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

    Modifier and Type
    Method
    Description
    long
     
    double
     
  • Method Details

    • getRate

      double getRate()
    • getCount

      long getCount()