Package | Description |
---|---|
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 | Field and Description |
---|---|
static ServerMetrics |
ServerMetrics.DEFAULT_METRICS_FOR_TESTS
Dummy instance useful for tests.
|
static ServerMetrics |
ServerMetrics.NULL_METRICS
Dummy instance useful for tests.
|
Modifier and Type | Method and Description |
---|---|
static ServerMetrics |
ServerMetrics.getMetrics()
Access current ServerMetrics.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.