Class CpuAllocatedGauge
- java.lang.Object
-
- uk.co.ractf.polaris.controller.metrics.CpuAllocatedGauge
-
- All Implemented Interfaces:
com.codahale.metrics.Gauge<java.lang.Double>
,com.codahale.metrics.Metric
public class CpuAllocatedGauge extends java.lang.Object implements com.codahale.metrics.Gauge<java.lang.Double>
-
-
Constructor Summary
Constructors Constructor Description CpuAllocatedGauge(ClusterState clusterState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getValue()
-
-
-
Constructor Detail
-
CpuAllocatedGauge
public CpuAllocatedGauge(ClusterState clusterState)
-
-