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 TypeClassDescriptionclassAn AdminServer that does nothing.classThis class encapsulates a Jetty server for running Commands.Methods in org.apache.zookeeper.server.admin that return AdminServerModifier and TypeMethodDescriptionstatic 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).