public class AccessStatistics extends Object
RecordStore.getRecord(long, AbstractBaseRecord, RecordLoad) patterns and how random the access is.| Modifier and Type | Class and Description |
|---|---|
static class |
AccessStatistics.AccessStats |
| Modifier and Type | Field and Description |
|---|---|
static int |
LOCALITY |
| Constructor and Description |
|---|
AccessStatistics() |
| Modifier and Type | Method and Description |
|---|---|
AccessStatistics.AccessStats |
getAccessStats(org.neo4j.kernel.impl.store.RecordStore<? extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> store) |
String |
getAccessStatSummary() |
void |
register(org.neo4j.kernel.impl.store.RecordStore<? extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> store,
AccessStatistics.AccessStats accessStats) |
void |
reset() |
public AccessStatistics.AccessStats getAccessStats(org.neo4j.kernel.impl.store.RecordStore<? extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> store)
public void register(org.neo4j.kernel.impl.store.RecordStore<? extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> store,
AccessStatistics.AccessStats accessStats)
public String getAccessStatSummary()
public void reset()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.