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