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<org.neo4j.kernel.impl.factory.Edition> |
UsageDataKeys.edition
Edition of Neo4j running, eg 'community' or 'enterprise'
|
static UsageDataKey<org.neo4j.concurrent.DecayingFlags> |
UsageDataKeys.features
Tracks features in use, including decay such that features that are not
used for a while are marked as no longer in use.
|
static UsageDataKey<org.neo4j.kernel.impl.factory.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,
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–2016 The Neo4j Graph Database Project. All rights reserved.