Uses of Class
org.apache.zookeeper.server.admin.AdminServer.AdminServerException
Packages that use AdminServer.AdminServerException
Package
Description
ZooKeeper server theory of operation
-
Uses of AdminServer.AdminServerException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw AdminServer.AdminServerExceptionModifier and TypeMethodDescriptionprotected voidZooKeeperServerMain.initializeAndRun(String[] args) voidZooKeeperServerMain.runFromConfig(ServerConfig config) Run from a ServerConfig. -
Uses of AdminServer.AdminServerException in org.apache.zookeeper.server.admin
Methods in org.apache.zookeeper.server.admin that throw AdminServer.AdminServerExceptionModifier and TypeMethodDescriptionvoidAdminServer.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 -
Uses of AdminServer.AdminServerException in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw AdminServer.AdminServerExceptionModifier and TypeMethodDescriptionprotected voidQuorumPeerMain.initializeAndRun(String[] args) voidQuorumPeerMain.runFromConfig(QuorumPeerConfig config)