public class ChronometerMonitor extends StandardMBean implements ChronometerMonitorMXBean
| Constructor and Description |
|---|
ChronometerMonitor(Chronometer chronometer) |
| Modifier and Type | Method and Description |
|---|---|
double |
get75thPercentile() |
double |
get95thPercentile() |
double |
get98thPercentile() |
double |
get999thPercentile() |
double |
get99thPercentile() |
double |
getAverage() |
double |
getAverageRate() |
long |
getCount() |
double |
getFifteenMinuteAvgRate() |
double |
getFiveMinuteAvgRate() |
TimeUnit |
getLatencyTimeUnit() |
double |
getMax() |
double |
getMedian() |
double |
getMin() |
double |
getOneMinuteAvgRate() |
TimeUnit |
getRateTimeUnit() |
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 ChronometerMonitor(Chronometer chronometer)
public String getSampleType()
getSampleType in interface Estimatingpublic TimeUnit getLatencyTimeUnit()
getLatencyTimeUnit in interface Timedpublic TimeUnit getRateTimeUnit()
getRateTimeUnit in interface Meteredpublic double getOneMinuteAvgRate()
getOneMinuteAvgRate in interface Meteredpublic double getFiveMinuteAvgRate()
getFiveMinuteAvgRate in interface Meteredpublic double getFifteenMinuteAvgRate()
getFifteenMinuteAvgRate in interface Meteredpublic double getAverageRate()
getAverageRate in interface Meteredpublic 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 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 © 2015. All Rights Reserved.