Class ConsumerGroupReporter.ConsumerGauge

  • All Implemented Interfaces:
    com.yammer.metrics.core.Metric
    Enclosing class:
    ConsumerGroupReporter

    public static class ConsumerGroupReporter.ConsumerGauge
    extends com.yammer.metrics.core.Gauge<java.lang.Long>
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsumerGauge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long value()  
      • Methods inherited from class com.yammer.metrics.core.Gauge

        processWith
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsumerGauge

        public ConsumerGauge()
    • Method Detail

      • value

        public java.lang.Long value()
        Specified by:
        value in class com.yammer.metrics.core.Gauge<java.lang.Long>