|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.Stats
public class Stats
| Field Summary | |
|---|---|
protected int |
count
|
protected long |
high
|
protected long |
low
|
protected long |
total
|
| Constructor Summary | |
|---|---|
Stats(java.lang.String name)
|
|
| Method Summary | |
|---|---|
int |
add(long value)
|
long |
average()
|
long |
high()
|
long |
low()
|
double |
preciseAverage()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int count
protected long total
protected long high
protected long low
| Constructor Detail |
|---|
public Stats(java.lang.String name)
| Method Detail |
|---|
public int add(long value)
public long high()
public long low()
public long average()
public double preciseAverage()
public java.lang.String toString()
toString in class java.lang.Object
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||