Uses of Interface
org.apache.zookeeper.metrics.MetricsProvider
Packages that use MetricsProvider
Package
Description
ZooKeeper server theory of operation
-
Uses of MetricsProvider in org.apache.zookeeper.metrics.impl
Classes in org.apache.zookeeper.metrics.impl that implement MetricsProviderModifier and TypeClassDescriptionclassDefault implementation ofMetricsProvider.
It does not implement a real hierarchy of contexts, but metrics are flattened in a single namespace.
It is mostly useful to make the legacy 4 letter words interface work as expected.classThis is a dummy MetricsProvider which does nothing.Fields in org.apache.zookeeper.metrics.impl declared as MetricsProviderModifier and TypeFieldDescriptionstatic final MetricsProviderNullMetricsProvider.INSTANCEInstance of NullMetricsProvider useful for tests.Methods in org.apache.zookeeper.metrics.impl that return MetricsProviderModifier and TypeMethodDescriptionstatic MetricsProviderMetricsProviderBootstrap.startMetricsProvider(String metricsProviderClassName, Properties configuration) -
Uses of MetricsProvider in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return MetricsProviderMethods in org.apache.zookeeper.server with parameters of type MetricsProviderModifier and TypeMethodDescriptionstatic voidServerMetrics.metricsProviderInitialized(MetricsProvider metricsProvider)