public class NetworkMetrics
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
MASTER_NETWORK_STORE_WRITES |
static String |
MASTER_NETWORK_TX_WRITES |
static String |
SLAVE_NETWORK_TX_WRITES |
| Constructor and Description |
|---|
NetworkMetrics(com.codahale.metrics.MetricRegistry registry,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
public static final String SLAVE_NETWORK_TX_WRITES
public static final String MASTER_NETWORK_STORE_WRITES
public static final String MASTER_NETWORK_TX_WRITES
public NetworkMetrics(com.codahale.metrics.MetricRegistry registry,
org.neo4j.kernel.monitoring.Monitors monitors)
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.