| Modifier and Type | Method and Description |
|---|---|
static RoleCommand |
RoleCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleCommand[] |
RoleCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RoleCommand |
HostRoleCommand.getRoleCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.addHostRoleExecutionCommand(String host,
Role role,
RoleCommand command,
ServiceComponentHostEvent event,
String clusterName,
String serviceName)
A new host role command is created for execution.
|
void |
Stage.addServerActionCommand(String actionName,
Role role,
RoleCommand command,
String clusterName,
ServiceComponentHostUpgradeEvent event,
String hostName)
Creates server-side execution command.
|
void |
HostRoleCommand.setRoleCommand(RoleCommand roleCommand) |
| Constructor and Description |
|---|
HostRoleCommand(String host,
Role role,
ServiceComponentHostEvent event,
RoleCommand command) |
| Modifier and Type | Method and Description |
|---|---|
RoleCommand |
ExecutionCommand.getRoleCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionCommand.setRoleCommand(RoleCommand cmd) |
| Modifier and Type | Method and Description |
|---|---|
RoleCommand |
HostRoleCommandEntity.getRoleCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostRoleCommandEntity.setRoleCommand(RoleCommand roleCommand) |
| Modifier and Type | Method and Description |
|---|---|
RoleCommand |
RoleGraphNode.getCommand() |
| Constructor and Description |
|---|
RoleGraphNode(Role role,
RoleCommand command) |
Copyright © 2016. All rights reserved.