org.neo4j.helpers
Class Stats

java.lang.Object
  extended by org.neo4j.helpers.Stats

public class Stats
extends Object


Field Summary
protected  int count
           
protected  long high
           
protected  long low
           
protected  long total
           
 
Constructor Summary
Stats(String name)
           
 
Method Summary
 int add(long value)
           
 long average()
           
 long high()
           
 long low()
           
 double preciseAverage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

count

protected int count

total

protected long total

high

protected long high

low

protected long low
Constructor Detail

Stats

public Stats(String name)
Method Detail

add

public int add(long value)

high

public long high()

low

public long low()

average

public long average()

preciseAverage

public double preciseAverage()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.