Uses of Interface
org.apache.zookeeper.server.admin.AdminServer
Packages that use AdminServer
-
Uses of AdminServer in org.apache.zookeeper.server.admin
Classes in org.apache.zookeeper.server.admin that implement AdminServerModifier and TypeClassDescriptionclass
An AdminServer that does nothing.class
This class encapsulates a Jetty server for running Commands.Methods in org.apache.zookeeper.server.admin that return AdminServerModifier and TypeMethodDescriptionstatic AdminServer
AdminServerFactory.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).