Uses of Class
org.apache.zookeeper.server.admin.AdminServer.AdminServerException
- 
Packages that use AdminServer.AdminServerException Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.admin org.apache.zookeeper.server.quorum 
- 
- 
Uses of AdminServer.AdminServerException in org.apache.zookeeper.serverMethods in org.apache.zookeeper.server that throw AdminServer.AdminServerException Modifier and Type Method Description protected voidZooKeeperServerMain. initializeAndRun(String[] args)voidZooKeeperServerMain. runFromConfig(ServerConfig config)Run from a ServerConfig.
- 
Uses of AdminServer.AdminServerException in org.apache.zookeeper.server.adminMethods in org.apache.zookeeper.server.admin that throw AdminServer.AdminServerException Modifier and Type Method Description voidAdminServer. shutdown()voidDummyAdminServer. shutdown()voidJettyAdminServer. shutdown()Stop the embedded Jetty server.voidAdminServer. start()voidDummyAdminServer. start()voidJettyAdminServer. start()Start the embedded Jetty server.Constructors in org.apache.zookeeper.server.admin that throw AdminServer.AdminServerException Constructor Description JettyAdminServer()
- 
Uses of AdminServer.AdminServerException in org.apache.zookeeper.server.quorumMethods in org.apache.zookeeper.server.quorum that throw AdminServer.AdminServerException Modifier and Type Method Description protected voidQuorumPeerMain. initializeAndRun(String[] args)voidQuorumPeerMain. runFromConfig(QuorumPeerConfig config)
 
-