Interface JmxReporter.JmxMeterMBean
-
- All Superinterfaces:
JmxReporter.MetricMBean
- All Known Subinterfaces:
JmxReporter.JmxThroughputMeterMBean
,JmxReporter.JmxThroughputTimerMBean
,JmxReporter.JmxTimerMBean
- 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()
String
getRateUnit()
-
Methods inherited from interface io.vertx.ext.dropwizard.reporters.JmxReporter.MetricMBean
objectName
-
-
-
-
Method Detail
-
getCount
long getCount()
-
getMeanRate
double getMeanRate()
-
getOneMinuteRate
double getOneMinuteRate()
-
getFiveMinuteRate
double getFiveMinuteRate()
-
getFifteenMinuteRate
double getFifteenMinuteRate()
-
getRateUnit
String getRateUnit()
-
-