Uses of Class
com.yammer.metrics.core.JmxGauge

Packages that use JmxGauge
com.yammer.metrics   
com.yammer.metrics.core   
 

Uses of JmxGauge in com.yammer.metrics
 

Methods in com.yammer.metrics that return JmxGauge
static JmxGauge Metrics.newJmxGauge(Class<?> klass, String name, String objectName, String attribute)
          Given a JMX MBean's object name and an attribute name, registers a gauge for that attribute under the given class and name.
static JmxGauge Metrics.newJmxGauge(Class<?> klass, String name, String scope, String objectName, String attribute)
          Given a JMX MBean's object name and an attribute name, registers a gauge for that attribute under the given class, name, and scope.
static JmxGauge Metrics.newJmxGauge(MetricName metricName, String objectName, String attribute)
          Given a JMX MBean's object name and an attribute name, registers a gauge for that attribute under the given metric name.
 

Uses of JmxGauge in com.yammer.metrics.core
 

Methods in com.yammer.metrics.core that return JmxGauge
 JmxGauge MetricsRegistry.newJmxGauge(Class<?> klass, String name, String objectName, String attribute)
          Given a JMX MBean's object name and an attribute name, registers a gauge for that attribute under the given class and name.
 JmxGauge MetricsRegistry.newJmxGauge(Class<?> klass, String name, String scope, String objectName, String attribute)
          Given a JMX MBean's object name and an attribute name, registers a gauge for that attribute under the given class, name, and scope.
 JmxGauge MetricsRegistry.newJmxGauge(MetricName metricName, String objectName, String attribute)
          Given a JMX MBean's object name and an attribute name, registers a gauge for that attribute under the given metric name.
 



Copyright © 2011. All Rights Reserved.