public class HistogramImpl extends MetricImpl<Histogram> implements Histogram
| Constructor and Description |
|---|
HistogramImpl(Samples samples) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
getAverage() |
long |
getCount() |
double |
getMax() |
Class<Histogram> |
getMetricClass() |
double |
getMin() |
String |
getSampleType() |
Statistics |
getStatistics() |
double |
getStdDev() |
double |
getSum() |
void |
update(long value) |
getMetricSnapshot, getName, setNamepublic HistogramImpl(Samples samples)
public Class<Histogram> getMetricClass()
getMetricClass in interface Metric<Histogram>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 Statistics getStatistics()
getStatistics in interface StatisticianCopyright © 2015. All rights reserved.