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