| Package | Description |
|---|---|
| org.apache.slider.providers.agent |
| Modifier and Type | Method and Description |
|---|---|
static CommandResult |
CommandResult.getCommandResult(String commandResVal) |
static CommandResult |
CommandResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandResult[] |
CommandResult.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) |
State |
State.getNextState(CommandResult result)
Returns next state based on the command result.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.