Package com.codahale.metrics
Interface JmxReporter.JmxGaugeMBean
-
- All Superinterfaces:
JmxReporter.MetricMBean
- All Known Implementing Classes:
JmxReporter.JmxGauge
- Enclosing class:
- JmxReporter
public static interface JmxReporter.JmxGaugeMBean extends JmxReporter.MetricMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue()
-
Methods inherited from interface com.codahale.metrics.JmxReporter.MetricMBean
objectName
-
-