public class StatisticCollector extends Object
| Constructor and Description |
|---|
StatisticCollector() |
| Modifier and Type | Method and Description |
|---|---|
StatisticRecord |
createSnapshot() |
StatisticRecord |
currentSnapshot() |
void |
update(double time,
long size)
add one datapoint for statistics
|
public StatisticRecord currentSnapshot()
public StatisticRecord createSnapshot()
public void update(double time,
long size)
time - duration of the requestsize - size in bytes of the requestCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.