Class CommandListener
java.lang.Object
org.apache.zookeeper.server.controller.CommandListener
An HTTP server listening to incoming controller commands sent from CommandClient (or any of your favorite REST client
) and dispatching the command to the ZooKeeperServerController for execution.
-
Constructor Summary
ConstructorsConstructorDescriptionCommandListener
(ZooKeeperServerController controller, ControllerServerConfig config) -
Method Summary
-
Constructor Details
-
CommandListener
-
-
Method Details
-
close
public void close()
-