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