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

Packages that use MetricMutableGaugeInt
org.apache.hadoop.metrics2.lib   
 

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

Methods in org.apache.hadoop.metrics2.lib that return MetricMutableGaugeInt
 MetricMutableGaugeInt MetricMutableFactory.newGauge(String name, String description, int initValue)
          Create a mutable integer gauge
 MetricMutableGaugeInt MetricsRegistry.newGauge(String name, String description, int initValue)
          Create a mutable integer gauge
 MetricMutableGaugeInt MetricMutableFactory.newGaugeInt(String name)
          Create a mutable integer gauge with name only.
 



Copyright © 2009 The Apache Software Foundation