Interface AdminServer
- All Known Implementing Classes:
DummyAdminServer,JettyAdminServer
Interface for an embedded admin server that runs Commands. There is only one
functional implementation, JettyAdminServer. DummyAdminServer, which does
nothing, is used when we do not wish to run a server.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidsetZooKeeperServer(ZooKeeperServer zkServer) voidshutdown()voidstart()
-
Method Details
-
start
- Throws:
AdminServer.AdminServerException
-
shutdown
- Throws:
AdminServer.AdminServerException
-
setZooKeeperServer
-