org.neo4j.ext.udc
Class UdcSettings

java.lang.Object
  extended by org.neo4j.ext.udc.UdcSettings

public class UdcSettings
extends Object


Field Summary
static org.neo4j.graphdb.config.Setting<Integer> first_delay
          Configuration key for the first delay, expressed in milliseconds.
static org.neo4j.graphdb.config.Setting<Integer> interval
          Configuration key for the interval for regular updates, expressed in milliseconds.
static org.neo4j.graphdb.config.Setting<Boolean> udc_enabled
          Configuration key for enabling the UDC extension.
static org.neo4j.graphdb.config.Setting<org.neo4j.helpers.HostnamePort> udc_host
          The host address to which UDC updates will be sent.
static org.neo4j.graphdb.config.Setting<String> udc_registration_key
          Unique registration id
static org.neo4j.graphdb.config.Setting<String> udc_source
          Configuration key for overriding the source parameter in UDC
 
Constructor Summary
UdcSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

udc_enabled

public static final org.neo4j.graphdb.config.Setting<Boolean> udc_enabled
Configuration key for enabling the UDC extension.


first_delay

public static final org.neo4j.graphdb.config.Setting<Integer> first_delay
Configuration key for the first delay, expressed in milliseconds.


interval

public static final org.neo4j.graphdb.config.Setting<Integer> interval
Configuration key for the interval for regular updates, expressed in milliseconds.


udc_host

public static final org.neo4j.graphdb.config.Setting<org.neo4j.helpers.HostnamePort> udc_host
The host address to which UDC updates will be sent. Should be of the form hostname[:port].


udc_source

public static final org.neo4j.graphdb.config.Setting<String> udc_source
Configuration key for overriding the source parameter in UDC


udc_registration_key

public static final org.neo4j.graphdb.config.Setting<String> udc_registration_key
Unique registration id

Constructor Detail

UdcSettings

public UdcSettings()


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.