public class HistogramMonitor extends StandardMBean implements HistogramMonitorMXBean
| Constructor and Description |
|---|
HistogramMonitor(Histogram histogram) |
| Modifier and Type | Method and Description |
|---|---|
double |
get75thPercentile() |
double |
get95thPercentile() |
double |
get98thPercentile() |
double |
get999thPercentile() |
double |
get99thPercentile() |
double |
getAverage() |
long |
getCount() |
double |
getMax() |
double |
getMedian() |
double |
getMin() |
String |
getSampleType() |
double |
getStdDev() |
double |
getSum() |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementationpublic HistogramMonitor(Histogram histogram)
public String getSampleType()
getSampleType in interface Estimatingpublic double getSum()
getSum 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 getMedian()
getMedian in interface Stratifiedpublic double get75thPercentile()
get75thPercentile in interface Stratifiedpublic double get95thPercentile()
get95thPercentile in interface Stratifiedpublic double get98thPercentile()
get98thPercentile in interface Stratifiedpublic double get99thPercentile()
get99thPercentile in interface Stratifiedpublic double get999thPercentile()
get999thPercentile in interface StratifiedCopyright © 2017. All rights reserved.