Class Metric
- java.lang.Object
 - 
- org.apache.zookeeper.server.metric.Metric
 
 
- 
- Direct Known Subclasses:
 AvgMinMaxCounter,AvgMinMaxCounterSet,AvgMinMaxPercentileCounter,AvgMinMaxPercentileCounterSet,SimpleCounter,SimpleCounterSet
public abstract class Metric extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Metric() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidadd(int key, long value)voidadd(long value)voidadd(String key, long value)voidreset()abstract Map<String,Object>values() 
 -