Package | Description |
---|---|
org.apache.zookeeper.server.admin |
Modifier and Type | Class and Description |
---|---|
class |
DummyAdminServer
An AdminServer that does nothing.
|
class |
JettyAdminServer
This class encapsulates a Jetty server for running Commands.
|
Modifier and Type | Method and Description |
---|---|
static 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).
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.