Uses of Class
org.apache.hadoop.metrics2.lib.MutableGaugeInt

Packages that use MutableGaugeInt
org.apache.hadoop.metrics2.lib A collection of library classes for implementing metrics sources 
 

Uses of MutableGaugeInt in org.apache.hadoop.metrics2.lib
 

Methods in org.apache.hadoop.metrics2.lib that return MutableGaugeInt
 MutableGaugeInt MetricsRegistry.newGauge(MetricsInfo info, int iVal)
          Create a mutable integer gauge
 MutableGaugeInt MetricsRegistry.newGauge(String name, String desc, int iVal)
          Create a mutable integer gauge
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.