Package org.apache.flink.metrics.jmx
Interface JMXReporter.JmxMeterMBean
-
- All Superinterfaces:
JMXReporter.MetricMBean
- Enclosing class:
- JMXReporter
public static interface JMXReporter.JmxMeterMBean extends JMXReporter.MetricMBean
The MBean interface for an exposed meter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCount()
double
getRate()
-