Uses of Enum Class
org.apache.zookeeper.server.controller.ControlCommand.Action
Packages that use ControlCommand.Action
-
Uses of ControlCommand.Action in org.apache.zookeeper.server.controller
Methods in org.apache.zookeeper.server.controller that return ControlCommand.ActionModifier and TypeMethodDescriptionControlCommand.getAction()
static ControlCommand.Action
Returns the enum constant of this class with the specified name.static ControlCommand.Action[]
ControlCommand.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper.server.controller with parameters of type ControlCommand.ActionModifier and TypeMethodDescriptionstatic String
ControlCommand.createCommandUri
(ControlCommand.Action action, String parameter) Create a REST command uri.org.eclipse.jetty.client.api.ContentResponse
CommandClient.sendCommand
(ControlCommand.Action action, String commandParameter) Send a command and optional command parameter to the server and block until receiving a response.boolean
CommandClient.trySendCommand
(ControlCommand.Action action) Send a command with no parameters to the server and wait for a response.boolean
CommandClient.trySendCommand
(ControlCommand.Action action, String commandParameter) Send a command with an optional command parameter to the server and wait for a response.Constructors in org.apache.zookeeper.server.controller with parameters of type ControlCommand.ActionModifierConstructorDescriptionControlCommand
(ControlCommand.Action action) ControlCommand
(ControlCommand.Action action, String param)