Uses of Class
org.apache.zookeeper.metrics.MetricsProviderLifeCycleException
-
Packages that use MetricsProviderLifeCycleException Package Description org.apache.zookeeper.metrics org.apache.zookeeper.metrics.impl -
-
Uses of MetricsProviderLifeCycleException in org.apache.zookeeper.metrics
Methods in org.apache.zookeeper.metrics that throw MetricsProviderLifeCycleException Modifier and Type Method Description voidMetricsProvider. configure(java.util.Properties configuration)Configure the provider.voidMetricsProvider. start()Start the provider. -
Uses of MetricsProviderLifeCycleException in org.apache.zookeeper.metrics.impl
Methods in org.apache.zookeeper.metrics.impl that throw MetricsProviderLifeCycleException Modifier and Type Method Description voidDefaultMetricsProvider. configure(java.util.Properties configuration)voidNullMetricsProvider. configure(java.util.Properties configuration)voidDefaultMetricsProvider. start()voidNullMetricsProvider. start()static MetricsProviderMetricsProviderBootstrap. startMetricsProvider(java.lang.String metricsProviderClassName, java.util.Properties configuration)
-