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 |
JettyAdminServer.shutdown()
Stop the embedded Jetty server.
|
void |
DummyAdminServer.shutdown() |
void |
AdminServer.start() |
void |
JettyAdminServer.start()
Start the embedded Jetty server.
|
void |
DummyAdminServer.start() |
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.