Package com.codahale.metrics
Interface JmxReporter.JmxMeterMBean
-
- All Superinterfaces:
JmxReporter.MetricMBean
- All Known Subinterfaces:
JmxReporter.JmxTimerMBean
- All Known Implementing Classes:
JmxReporter.JmxMeter,JmxReporter.JmxTimer
- Enclosing class:
- JmxReporter
public static interface JmxReporter.JmxMeterMBean extends JmxReporter.MetricMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()doublegetFifteenMinuteRate()doublegetFiveMinuteRate()doublegetMeanRate()doublegetOneMinuteRate()java.lang.StringgetRateUnit()-
Methods inherited from interface com.codahale.metrics.JmxReporter.MetricMBean
objectName
-
-