|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.neo4j.ext.udc.UdcSettings
public class UdcSettings
| 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 |
|---|
public static final org.neo4j.graphdb.config.Setting<Boolean> udc_enabled
public static final org.neo4j.graphdb.config.Setting<Integer> first_delay
public static final org.neo4j.graphdb.config.Setting<Integer> interval
public static final org.neo4j.graphdb.config.Setting<org.neo4j.helpers.HostnamePort> udc_host
public static final org.neo4j.graphdb.config.Setting<String> udc_source
public static final org.neo4j.graphdb.config.Setting<String> udc_registration_key
| Constructor Detail |
|---|
public UdcSettings()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||