Package org.apache.zookeeper.metrics
Interface Summary
-
- All Known Implementing Classes:
AvgMinMaxCounter
,AvgMinMaxPercentileCounter
public interface Summary
Summaries 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 void
add(long value)
Register a value.
-