public class PageCacheMetrics
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
PC_EVICTION_EXCEPTIONS |
static String |
PC_EVICTIONS |
static String |
PC_FLUSHES |
static String |
PC_PAGE_FAULTS |
static String |
PC_PINS |
static String |
PC_UNPINS |
| Constructor and Description |
|---|
PageCacheMetrics(com.codahale.metrics.MetricRegistry registry,
org.neo4j.io.pagecache.monitoring.PageCacheCounters pageCacheCounters) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
public static final String PC_EVICTION_EXCEPTIONS
public static final String PC_FLUSHES
public static final String PC_UNPINS
public static final String PC_PINS
public static final String PC_EVICTIONS
public static final String PC_PAGE_FAULTS
public PageCacheMetrics(com.codahale.metrics.MetricRegistry registry,
org.neo4j.io.pagecache.monitoring.PageCacheCounters pageCacheCounters)
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.