Class AvgMinMaxPercentileCounter
- java.lang.Object
- 
- org.apache.zookeeper.server.metric.Metric
- 
- org.apache.zookeeper.server.metric.AvgMinMaxPercentileCounter
 
 
- 
- 
Constructor SummaryConstructors Constructor Description AvgMinMaxPercentileCounter(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long value)Register a value.voidaddDataPoint(long value)voidreset()voidresetMax()Map<String,Object>values()
 
- 
- 
- 
Constructor Detail- 
AvgMinMaxPercentileCounterpublic AvgMinMaxPercentileCounter(String name) 
 
- 
 - 
Method Detail- 
addDataPointpublic void addDataPoint(long value) 
 - 
resetMaxpublic void resetMax() 
 - 
addpublic void add(long value) Description copied from interface:SummaryRegister a value.This method is thread safe, The MetricsProvider will take care of synchronization. 
 
- 
 
-