Class MutableGauge

java.lang.Object
org.apache.hadoop.metrics2.lib.MutableMetric
org.apache.hadoop.metrics2.lib.MutableGauge
Direct Known Subclasses:
MutableGaugeInt, MutableGaugeLong

@Public @Evolving public abstract class MutableGauge extends MutableMetric
The mutable gauge metric interface
  • Constructor Details

    • MutableGauge

      protected MutableGauge(MetricsInfo info)
  • Method Details

    • info

      protected MetricsInfo 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