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 long
getCount()
double
getFifteenMinuteRate()
double
getFiveMinuteRate()
double
getMeanRate()
double
getOneMinuteRate()
java.lang.String
getRateUnit()
-
Methods inherited from interface com.codahale.metrics.JmxReporter.MetricMBean
objectName
-
-