Interface JmxReporter.JmxThroughputTimerMBean
-
- All Superinterfaces:
JmxReporter.JmxMeterMBean
,JmxReporter.JmxTimerMBean
,JmxReporter.MetricMBean
- Enclosing class:
- JmxReporter
public static interface JmxReporter.JmxThroughputTimerMBean extends JmxReporter.JmxTimerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getInstantThroughput()
-
Methods inherited from interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
getCount, getFifteenMinuteRate, getFiveMinuteRate, getMeanRate, getOneMinuteRate, getRateUnit
-
Methods inherited from interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
get50thPercentile, get75thPercentile, get95thPercentile, get98thPercentile, get999thPercentile, get99thPercentile, getDurationUnit, getMax, getMean, getMin, getStdDev, values
-
Methods inherited from interface io.vertx.ext.dropwizard.reporters.JmxReporter.MetricMBean
objectName
-
-