public class Histogram extends Object implements Metric, Estimating, Shutterbug
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
getAverage() |
long |
getCount() |
double |
getMax() |
double |
getMin() |
String |
getSampleType() |
Snapshot |
getSnapshot() |
double |
getStdDev() |
double |
getSum() |
void |
update(long value) |
public Histogram(Samples samples)
public void update(long value)
public String getSampleType()
getSampleType in interface Estimatingpublic double getMax()
getMax in interface Estimatingpublic double getMin()
getMin in interface Estimatingpublic double getAverage()
getAverage in interface Estimatingpublic double getStdDev()
getStdDev in interface Estimatingpublic double getSum()
getSum in interface Estimatingpublic Snapshot getSnapshot()
getSnapshot in interface ShutterbugCopyright © 2013. All Rights Reserved.