Package | Description |
---|---|
org.apache.zookeeper.metrics.impl | |
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetricsProvider
Default implementation of
MetricsProvider . |
class |
NullMetricsProvider
This is a dummy MetricsProvider which does nothing.
|
Modifier and Type | Field and Description |
---|---|
static MetricsProvider |
NullMetricsProvider.INSTANCE
Instance of NullMetricsProvider useful for tests.
|
Modifier and Type | Method and Description |
---|---|
static MetricsProvider |
MetricsProviderBootstrap.startMetricsProvider(String metricsProviderClassName,
Properties configuration) |
Modifier and Type | Method and Description |
---|---|
MetricsProvider |
ServerMetrics.getMetricsProvider() |
Modifier and Type | Method and Description |
---|---|
static void |
ServerMetrics.metricsProviderInitialized(MetricsProvider metricsProvider) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.