Uses of Interface
org.apache.zookeeper.metrics.Summary
- 
Packages that use Summary Package Description org.apache.zookeeper.metrics org.apache.zookeeper.metrics.impl org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.metric 
- 
- 
Uses of Summary in org.apache.zookeeper.metricsMethods in org.apache.zookeeper.metrics that return Summary Modifier and Type Method Description SummaryMetricsContext. getSummary(String name, MetricsContext.DetailLevel detailLevel)Returns a summary.
- 
Uses of Summary in org.apache.zookeeper.metrics.implMethods in org.apache.zookeeper.metrics.impl that return Summary Modifier and Type Method Description SummaryNullMetricsProvider.NullMetricsContext. getSummary(String name, MetricsContext.DetailLevel detailLevel)
- 
Uses of Summary in org.apache.zookeeper.serverMethods in org.apache.zookeeper.server with parameters of type Summary Modifier and Type Method Description voidRequest. logLatency(Summary metric)voidRequest. logLatency(Summary metric, long currentTime)
- 
Uses of Summary in org.apache.zookeeper.server.metricClasses in org.apache.zookeeper.server.metric that implement Summary Modifier and Type Class Description classAvgMinMaxCounterGeneric long counter that keep track of min/max/avg.classAvgMinMaxPercentileCounterGeneric long counter that keep track of min/max/avg/percentiles.
 
-