Package org.apache.zookeeper.metrics
Interface GaugeSet
-
public interface GaugeSet
A Gauge is an application provided object which will be called by the metrics framework to sample a numeric value. A GaugeSet is a set ofGauge
grouped by keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Number>
values()
Returns all values and the associated keys of the GaugeSet.
-