Uses of Interface
org.apache.zookeeper.server.admin.AdminServer
- 
Packages that use AdminServer Package Description org.apache.zookeeper.server.admin 
- 
- 
Uses of AdminServer in org.apache.zookeeper.server.adminClasses in org.apache.zookeeper.server.admin that implement AdminServer Modifier and Type Class Description classDummyAdminServerAn AdminServer that does nothing.classJettyAdminServerThis class encapsulates a Jetty server for running Commands.Methods in org.apache.zookeeper.server.admin that return AdminServer Modifier and Type Method Description static AdminServerAdminServerFactory. createAdminServer()This method encapsulates the logic for whether we should use a JettyAdminServer (i.e., the AdminServer is enabled) or a DummyAdminServer (i.e., the AdminServer is disabled).
 
-