org.neo4j.ext.udc
Interface UdcProperties

All Known Implementing Classes:
UdcExtensionImpl

public interface UdcProperties

Property keys used to configure the UDC extension.


Field Summary
static String FIRST_DELAY_CONFIG_KEY
          Configuration key for the first delay, expressed in milliseconds.
static String INTERVAL_CONFIG_KEY
          Configuration key for the interval for regular updates, expressed in milliseconds.
static String UDC_DISABLE_KEY
          Configuration key for disabling the UDC extension.
static String UDC_HOST_ADDRESS_KEY
          The host address to which UDC updates will be sent.
static String UDC_SOURCE_KEY
          Configuration key for overriding the source parameter in UDC
 

Field Detail

FIRST_DELAY_CONFIG_KEY

static final String FIRST_DELAY_CONFIG_KEY
Configuration key for the first delay, expressed in milliseconds.

See Also:
Constant Field Values

INTERVAL_CONFIG_KEY

static final String INTERVAL_CONFIG_KEY
Configuration key for the interval for regular updates, expressed in milliseconds.

See Also:
Constant Field Values

UDC_DISABLE_KEY

static final String UDC_DISABLE_KEY
Configuration key for disabling the UDC extension. Set to "true" to disable; any other value is considered false.

See Also:
Constant Field Values

UDC_HOST_ADDRESS_KEY

static final String UDC_HOST_ADDRESS_KEY
The host address to which UDC updates will be sent. Should be of the form hostname[:port].

See Also:
Constant Field Values

UDC_SOURCE_KEY

static final String UDC_SOURCE_KEY
Configuration key for overriding the source parameter in UDC

See Also:
Constant Field Values


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