Uses of Enum
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.ActionReturns the enum constant of this type with the specified name.static ControlCommand.Action[]ControlCommand.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.server.controller with parameters of type ControlCommand.ActionModifier and TypeMethodDescriptionstatic StringControlCommand.createCommandUri(ControlCommand.Action action, String parameter) Create a REST command uri.org.eclipse.jetty.client.api.ContentResponseCommandClient.sendCommand(ControlCommand.Action action, String commandParameter) Send a command and optional command parameter to the server and block until receiving a response.booleanCommandClient.trySendCommand(ControlCommand.Action action) Send a command with no parameters to the server and wait for a response.booleanCommandClient.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)