Class MemoryTotalGauge

  • All Implemented Interfaces:
    com.codahale.metrics.Gauge<java.lang.Long>, com.codahale.metrics.Metric

    public class MemoryTotalGauge
    extends java.lang.Object
    implements com.codahale.metrics.Gauge<java.lang.Long>
    • Method Summary

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

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

      • MemoryTotalGauge

        public MemoryTotalGauge​(ClusterState clusterState)
    • Method Detail

      • getValue

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