Class GaugeTimer<T>

  • All Implemented Interfaces:
    com.codahale.metrics.Gauge<T>, com.codahale.metrics.Metric

    public class GaugeTimer<T>
    extends java.lang.Object
    implements com.codahale.metrics.Gauge<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      GaugeTimer​(com.codahale.metrics.Gauge<T> gauge)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getValue()  
      • Methods inherited from class java.lang.Object

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

      • GaugeTimer

        public GaugeTimer​(com.codahale.metrics.Gauge<T> gauge)
    • Method Detail

      • getValue

        public T getValue()
        Specified by:
        getValue in interface com.codahale.metrics.Gauge<T>