Uses of Interface
org.apache.zookeeper.metrics.CounterSet
Packages that use CounterSet
Package
Description
ZooKeeper server theory of operation
-
Uses of CounterSet in org.apache.zookeeper.metrics
Methods in org.apache.zookeeper.metrics that return CounterSetModifier and TypeMethodDescriptionMetricsContext.getCounterSet
(String name) Returns the CounterSet identified by the given name Null name is not allowed -
Uses of CounterSet in org.apache.zookeeper.metrics.impl
Methods in org.apache.zookeeper.metrics.impl that return CounterSetModifier and TypeMethodDescriptionNullMetricsProvider.NullMetricsContext.getCounterSet
(String name) -
Uses of CounterSet in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server declared as CounterSetModifier and TypeFieldDescriptionfinal CounterSet
ServerMetrics.QUOTA_EXCEEDED_ERROR_PER_NAMESPACE
-
Uses of CounterSet in org.apache.zookeeper.server.metric
Classes in org.apache.zookeeper.server.metric that implement CounterSetModifier and TypeClassDescriptionclass
Represent a set of counters identified by different keys.