Package | Description |
---|---|
org.neo4j.udc |
Modifier and Type | Field and Description |
---|---|
static UsageDataKey<org.neo4j.concurrent.RecentK<String>> |
UsageDataKeys.clientNames
Self-reported names of clients connecting to us.
|
static UsageDataKey<UsageDataKeys.Edition> |
UsageDataKeys.edition
Edition of Neo4j running, eg 'community' or 'enterprise'
|
static UsageDataKey<UsageDataKeys.OperationalMode> |
UsageDataKeys.operationalMode
Operational mode of the database
|
static UsageDataKey<String> |
UsageDataKeys.revision
Revision of Neo4j running, a link back to source control revision ids.
|
static UsageDataKey<String> |
UsageDataKeys.serverId
Cluster server ID
|
static UsageDataKey<String> |
UsageDataKeys.version
Version of Neo4j running, eg.
|
Modifier and Type | Method and Description |
---|---|
static <T> UsageDataKey<T> |
UsageDataKey.key(String name) |
static <T> UsageDataKey<T> |
UsageDataKey.key(String name,
org.neo4j.function.Supplier<T> defaultVal) |
static <T> UsageDataKey<T> |
UsageDataKey.key(String name,
T defaultVal) |
Modifier and Type | Method and Description |
---|---|
<T> T |
UsageData.get(UsageDataKey<T> key) |
<T> void |
UsageData.set(UsageDataKey<T> key,
T value) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.