Class DoNothingGauge

    • Constructor Detail

      • DoNothingGauge

        public DoNothingGauge()
    • Method Detail

      • getValue

        public long getValue()
        Description copied from interface: Gauge
        Get value stored in gauge.
        Specified by:
        getValue in interface Gauge
      • incr

        public void incr​(long value)
        Description copied from interface: Gauge
        Increase the value stored in gauge.
        Specified by:
        incr in interface Gauge
      • decr

        public void decr​(long value)
        Description copied from interface: Gauge
        Decrease the value stored in gauge.
        Specified by:
        decr in interface Gauge
      • set

        public void set​(long value)
        Description copied from interface: Gauge
        Set value.
        Specified by:
        set in interface Gauge