| Package | Description |
|---|---|
| org.apache.slider.providers.agent |
| Modifier and Type | Method and Description |
|---|---|
static Command |
Command.getCommand(String commandVal) |
Command |
ComponentInstanceState.getNextCommand() |
Command |
ComponentInstanceState.getNextCommand(boolean isInUpgradeMode) |
Command |
State.getSupportedCommand()
Returns valid command in this state.
|
Command |
State.getSupportedCommand(boolean isInUpgradeMode) |
Command |
State.getSupportedCommand(boolean isInUpgradeMode,
boolean stopInitiated) |
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentInstanceState.applyCommandResult(CommandResult result,
Command command) |
void |
ComponentInstanceState.applyCommandResult(CommandResult result,
Command command,
String pkg) |
boolean |
ComponentCommandOrder.canExecute(String component,
Command command,
Collection<ComponentInstanceState> currentStates) |
void |
ComponentInstanceState.commandIssued(Command command) |
void |
ComponentInstanceState.commandIssued(Command command,
boolean isInUpgradeMode) |
boolean |
State.couldHaveIssued(Command command) |
State |
State.getNextState(Command command)
Returns next state based on the command.
|
static String |
Command.transform(Command command,
boolean isUpgrade) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.