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 void
add(int key, long value)
void
add(long value)
void
add(String key, long value)
void
reset()
abstract Map<String,Object>
values()
-