Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.controller | |
org.apache.zookeeper.server.quorum | |
org.apache.zookeeper.server.util |
Modifier and Type | Method and Description |
---|---|
void |
ServerConfig.readFrom(QuorumPeerConfig config)
Read attributes from a QuorumPeerConfig.
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerServerConfig
Config for the ControllerService.
|
Modifier and Type | Field and Description |
---|---|
protected QuorumPeerConfig |
ControllerService.config |
Modifier and Type | Method and Description |
---|---|
void |
ControllerService.runFromConfig(QuorumPeerConfig config)
Run the app given a QuorumPeerConfig.
|
Constructor and Description |
---|
ZooKeeperServerController(QuorumPeerConfig config) |
Modifier and Type | Method and Description |
---|---|
static QuorumPeer |
QuorumPeer.createFromConfig(QuorumPeerConfig config)
Create a new QuorumPeer and apply all the values per the already-parsed config.
|
void |
QuorumPeerMain.runFromConfig(QuorumPeerConfig config) |
Constructor and Description |
---|
JvmPauseMonitor(QuorumPeerConfig config) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.