Package org.apache.zookeeper.metrics
Interface Summary
- 
- All Known Implementing Classes:
 AvgMinMaxCounter,AvgMinMaxPercentileCounter
public interface SummarySummaries track the size and number of events. They are able to publish minumum, maximum, average values, depending on the capabilities of the MetricsProvider. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long value)Register a value. 
 -