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.DoublegetValue() 
 - 
 
- 
- 
Constructor Detail
- 
CpuAllocatedGauge
public CpuAllocatedGauge(ClusterState clusterState)
 
 - 
 
 -