Package org.apache.zookeeper.metrics
Interface GaugeSet
- 
public interface GaugeSetA Gauge is an application provided object which will be called by the metrics framework to sample a numeric value. A GaugeSet is a set ofGaugegrouped 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. 
 -