|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStatsGatherer
public class StatsGatherer
Field Summary | |
---|---|
long |
cumulativeVal
|
long |
maxVal
|
int |
num
|
Constructor Summary | |
---|---|
StatsGatherer(java.lang.String name,
java.lang.String tag,
int bucketSize,
int skipSamples)
|
Method Summary | |
---|---|
void |
add(long val)
|
(package private) void |
dumpHistogram()
|
(package private) double |
mean()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int num
public long maxVal
public long cumulativeVal
Constructor Detail |
---|
StatsGatherer(java.lang.String name, java.lang.String tag, int bucketSize, int skipSamples)
Method Detail |
---|
public void add(long val)
void dumpHistogram()
double mean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |