Class CpuUsedGauge

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

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

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

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

      • CpuUsedGauge

        public CpuUsedGauge​(ClusterState clusterState)
    • Method Detail

      • getValue

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