Interface JmxMetricsReporter.JmxTimerMBean
-
- All Superinterfaces:
JmxMetricsReporter.JmxMeterMBean,JmxMetricsReporter.MetricMBean
- Enclosing class:
- JmxMetricsReporter
public static interface JmxMetricsReporter.JmxTimerMBean extends JmxMetricsReporter.JmxMeterMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleget50thPercentile()doubleget75thPercentile()doubleget95thPercentile()doubleget98thPercentile()doubleget999thPercentile()doubleget99thPercentile()StringgetDurationUnit()doublegetMax()doublegetMean()doublegetMin()doublegetStdDev()long[]values()-
Methods inherited from interface org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.JmxMeterMBean
getCount, getFifteenMinuteRate, getFiveMinuteRate, getMeanRate, getOneMinuteRate, getRateUnit
-
Methods inherited from interface org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.MetricMBean
get_instanceTag, objectName
-
-
-
-
Method Detail
-
getMin
double getMin()
-
getMax
double getMax()
-
getMean
double getMean()
-
getStdDev
double getStdDev()
-
get50thPercentile
double get50thPercentile()
-
get75thPercentile
double get75thPercentile()
-
get95thPercentile
double get95thPercentile()
-
get98thPercentile
double get98thPercentile()
-
get99thPercentile
double get99thPercentile()
-
get999thPercentile
double get999thPercentile()
-
values
long[] values()
-
getDurationUnit
String getDurationUnit()
-
-