| Package | Description | 
|---|---|
| org.apache.zookeeper.server | 
 ZooKeeper server theory of operation 
 | 
| 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 | 
AdminServer.shutdown()  | 
void | 
DummyAdminServer.shutdown()  | 
void | 
JettyAdminServer.shutdown()
Stop the embedded Jetty server. 
 | 
void | 
AdminServer.start()  | 
void | 
DummyAdminServer.start()  | 
void | 
JettyAdminServer.start()
Start the embedded Jetty server. 
 | 
| Constructor and Description | 
|---|
JettyAdminServer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
QuorumPeerMain.initializeAndRun(String[] args)  | 
void | 
QuorumPeerMain.runFromConfig(QuorumPeerConfig config)  | 
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.