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