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