| Package | Description |
|---|---|
| org.apache.slider.providers.agent | |
| org.apache.slider.server.appmaster.web.rest.agent |
| Modifier and Type | Method and Description |
|---|---|
State |
State.getNextState(Command command)
Returns next state based on the command.
|
State |
State.getNextState(CommandResult result)
Returns next state based on the command result.
|
State |
ComponentInstanceState.getState() |
State |
ComponentInstanceState.getTargetState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentInstanceState.setState(State state) |
void |
ComponentInstanceState.setTargetState(State targetState) |
| Constructor and Description |
|---|
ComponentInstanceState(String componentName,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
String applicationId,
Map<String,State> pkgStatuses) |
| Modifier and Type | Method and Description |
|---|---|
State |
Register.getActualState() |
State |
Register.getExpectedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Register.setActualState(State actualState) |
void |
Register.setExpectedState(State expectedState) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.