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 SummaryConstructors Constructor Description Metric()
 - 
Method SummaryAll 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()
 
-