org.neo4j.server.statistic
Class StatisticCollector
java.lang.Object
org.neo4j.server.statistic.StatisticCollector
public class StatisticCollector
- extends Object
statistics-collector will keep n-statistic records
- Since:
- 31.05.11 20:23
- Author:
- tbaum
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticCollector
public StatisticCollector()
currentSnapshot
public StatisticRecord currentSnapshot()
createSnapshot
public StatisticRecord createSnapshot()
update
public void update(double time,
long size)
- add one datapoint for statistics
- Parameters:
time - duration of the requestsize - size in bytes of the request
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.