Uses of Interface
org.apache.zookeeper.metrics.MetricsContext
- 
Packages that use MetricsContext Package Description org.apache.zookeeper.metrics org.apache.zookeeper.metrics.impl 
- 
- 
Uses of MetricsContext in org.apache.zookeeper.metricsMethods in org.apache.zookeeper.metrics that return MetricsContext Modifier and Type Method Description MetricsContextMetricsContext. getContext(String name)Returns a sub context.MetricsContextMetricsProvider. getRootContext()Provides access to the root context.
- 
Uses of MetricsContext in org.apache.zookeeper.metrics.implClasses in org.apache.zookeeper.metrics.impl that implement MetricsContext Modifier and Type Class Description static classNullMetricsProvider.NullMetricsContextMethods in org.apache.zookeeper.metrics.impl that return MetricsContext Modifier and Type Method Description MetricsContextNullMetricsProvider.NullMetricsContext. getContext(String name)MetricsContextDefaultMetricsProvider. getRootContext()MetricsContextNullMetricsProvider. getRootContext()
 
-