Class CpuUsedGauge
- java.lang.Object
-
- uk.co.ractf.polaris.controller.metrics.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>
-
-
Constructor Summary
Constructors Constructor Description CpuUsedGauge(ClusterState clusterState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getValue()
-
-
-
Constructor Detail
-
CpuUsedGauge
public CpuUsedGauge(ClusterState clusterState)
-
-