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.
|
org.apache.zookeeper.server.admin | |
org.apache.zookeeper.server.quorum |
Modifier and Type | Method and Description |
---|---|
protected void |
ZooKeeperServerMain.initializeAndRun(String[] args) |
void |
ZooKeeperServerMain.runFromConfig(ServerConfig config)
Run from a ServerConfig.
|
Modifier and Type | Method and Description |
---|---|
void |
DummyAdminServer.shutdown() |
void |
JettyAdminServer.shutdown()
Stop the embedded Jetty server.
|
void |
AdminServer.shutdown() |
void |
DummyAdminServer.start() |
void |
JettyAdminServer.start()
Start the embedded Jetty server.
|
void |
AdminServer.start() |
Constructor and Description |
---|
JettyAdminServer() |
Modifier and Type | Method and Description |
---|---|
protected void |
QuorumPeerMain.initializeAndRun(String[] args) |
void |
QuorumPeerMain.runFromConfig(QuorumPeerConfig config) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.