org.neo4j.ext.udc
Class UdcSettings

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

public class UdcSettings
extends Object

Settings to use for the UDC extension. Use this with the GraphDatabaseBuilder


Field Summary
static org.neo4j.graphdb.factory.GraphDatabaseSetting.IntegerSetting first_delay
          Configuration key for the first delay, expressed in milliseconds.
static org.neo4j.graphdb.factory.GraphDatabaseSetting.IntegerSetting interval
          Configuration key for the interval for regular updates, expressed in milliseconds.
static org.neo4j.graphdb.factory.GraphDatabaseSetting.BooleanSetting udc_enabled
          Configuration key for enabling the UDC extension.
static org.neo4j.graphdb.factory.GraphDatabaseSetting.StringSetting udc_host
          The host address to which UDC updates will be sent.
static org.neo4j.graphdb.factory.GraphDatabaseSetting.StringSetting udc_registration_key
          Unique registration id
static org.neo4j.graphdb.factory.GraphDatabaseSetting.StringSetting 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.factory.GraphDatabaseSetting.BooleanSetting udc_enabled
Configuration key for enabling the UDC extension. Set to "false" to disable; any other value is considered false.


first_delay

public static final org.neo4j.graphdb.factory.GraphDatabaseSetting.IntegerSetting first_delay
Configuration key for the first delay, expressed in milliseconds.


interval

public static final org.neo4j.graphdb.factory.GraphDatabaseSetting.IntegerSetting interval
Configuration key for the interval for regular updates, expressed in milliseconds.


udc_host

public static final org.neo4j.graphdb.factory.GraphDatabaseSetting.StringSetting 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.factory.GraphDatabaseSetting.StringSetting udc_source
Configuration key for overriding the source parameter in UDC


udc_registration_key

public static final org.neo4j.graphdb.factory.GraphDatabaseSetting.StringSetting udc_registration_key
Unique registration id

Constructor Detail

UdcSettings

public UdcSettings()


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