Package | Description |
---|---|
org.apache.ambari.server.state.action |
Modifier and Type | Method and Description |
---|---|
ActionState |
Action.getState()
Get the current state of the Action
|
ActionState |
ActionImpl.getState() |
static ActionState |
ActionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionState[] |
ActionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setState(ActionState state)
Set the State of the Action
|
void |
ActionImpl.setState(ActionState state) |
Copyright © 2022 Apache Software Foundation. All rights reserved.