public class ClusterMetrics
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
IS_AVAILABLE |
static String |
IS_MASTER |
static String |
SLAVE_PULL_UPDATE_UP_TO_TX |
static String |
SLAVE_PULL_UPDATES |
| Constructor and Description |
|---|
ClusterMetrics(org.neo4j.kernel.monitoring.Monitors monitors,
com.codahale.metrics.MetricRegistry registry,
Supplier<org.neo4j.kernel.ha.cluster.member.ClusterMembers> clusterMembers) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
public static final String SLAVE_PULL_UPDATES
public static final String SLAVE_PULL_UPDATE_UP_TO_TX
public static final String IS_MASTER
public static final String IS_AVAILABLE
public ClusterMetrics(org.neo4j.kernel.monitoring.Monitors monitors,
com.codahale.metrics.MetricRegistry registry,
Supplier<org.neo4j.kernel.ha.cluster.member.ClusterMembers> clusterMembers)
public void start()
start in interface org.neo4j.kernel.lifecycle.Lifecyclestart in class org.neo4j.kernel.lifecycle.LifecycleAdapterpublic void stop()
stop in interface org.neo4j.kernel.lifecycle.Lifecyclestop in class org.neo4j.kernel.lifecycle.LifecycleAdapterCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.