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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.