Modifier and Type | Method and Description |
---|---|
ExecutionCommand |
ExecutionCommandWrapper.getExecutionCommand()
Gets the execution command by either de-serializing the backing JSON
command or returning the encapsulated instance which has already been
de-serialized.
|
Modifier and Type | Method and Description |
---|---|
ExecutionCommandWrapper |
ExecutionCommandWrapperFactory.createFromCommand(ExecutionCommand executionCommand) |
Modifier and Type | Method and Description |
---|---|
void |
ActionDBAccessor.bulkAbortHostRole(Stage s,
Map<ExecutionCommand,String> commands)
Bulk abort commands
|
void |
ActionDBAccessorImpl.bulkAbortHostRole(Stage s,
Map<ExecutionCommand,String> commands) |
void |
ActionDBAccessor.bulkHostRoleScheduled(Stage s,
List<ExecutionCommand> commands)
Bulk update scheduled commands
|
void |
ActionDBAccessorImpl.bulkHostRoleScheduled(Stage s,
List<ExecutionCommand> commands) |
Constructor and Description |
---|
ExecutionCommandWrapper(ExecutionCommand executionCommand) |
Modifier and Type | Method and Description |
---|---|
ExecutionCommand |
StatusCommand.getExecutionCommand() |
Modifier and Type | Method and Description |
---|---|
List<ExecutionCommand> |
HeartBeatResponse.getExecutionCommands() |
Modifier and Type | Method and Description |
---|---|
void |
HeartBeatResponse.addExecutionCommand(ExecutionCommand execCmd) |
void |
StatusCommand.setExecutionCommand(ExecutionCommand executionCommand) |
Modifier and Type | Method and Description |
---|---|
void |
HeartBeatResponse.setExecutionCommands(List<ExecutionCommand> executionCommands) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionCommand> |
ExecutionCommandsCluster.getExecutionCommands() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionCommandsCluster.setExecutionCommands(List<ExecutionCommand> executionCommands) |
Constructor and Description |
---|
ExecutionCommandsCluster(List<ExecutionCommand> executionCommands,
List<CancelCommand> cancelCommands) |
Modifier and Type | Method and Description |
---|---|
ExecutionCommand |
AmbariManagementController.getExecutionCommand(Cluster cluster,
ServiceComponentHost scHost,
RoleCommand roleCommand)
Gets an execution command for host component life cycle command
|
ExecutionCommand |
AmbariManagementControllerImpl.getExecutionCommand(Cluster cluster,
ServiceComponentHost scHost,
RoleCommand roleCommand) |
Modifier and Type | Method and Description |
---|---|
void |
ActionExecutionContext.ExecutionCommandVisitor.visit(ExecutionCommand command) |
void |
ActionExecutionContext.visitAll(ExecutionCommand command)
Called as a way to post-process the command after it has been created and various objects
have been set.
|
Modifier and Type | Method and Description |
---|---|
ExecutionCommand |
AbstractServerAction.getExecutionCommand() |
ExecutionCommand |
ServerAction.getExecutionCommand()
Gets the ExecutionCommand property of this ServerAction.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerAction.setExecutionCommand(ExecutionCommand executionCommand) |
void |
ServerAction.setExecutionCommand(ExecutionCommand command)
Sets the ExecutionCommand property of this ServerAction.
|
Constructor and Description |
---|
KerberosCommandParameters(ExecutionCommand ec) |
Copyright © 2022 Apache Software Foundation. All rights reserved.