Package org.apache.hadoop.metrics2.lib
Class MutableGauge
java.lang.Object
org.apache.hadoop.metrics2.lib.MutableMetric
org.apache.hadoop.metrics2.lib.MutableGauge
- Direct Known Subclasses:
MutableGaugeInt,MutableGaugeLong
The mutable gauge metric interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddecr()Decrement the value of the metric by 1abstract voidincr()Increment the value of the metric by 1protected MetricsInfoinfo()Methods inherited from class org.apache.hadoop.metrics2.lib.MutableMetric
changed, clearChanged, setChanged, snapshot, snapshot
-
Constructor Details
-
MutableGauge
-
-
Method Details
-
info
-
incr
public abstract void incr()Increment the value of the metric by 1 -
decr
public abstract void decr()Decrement the value of the metric by 1
-