Package org.apache.zookeeper.metrics
Interface Gauge
-
public interface Gauge
A Gauge is an application provided object which will be called by the framework in order to sample the value of an integer value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Number
get()
Returns the current value associated with this gauge.
-