| Package | Description |
|---|---|
| org.apache.slider.server.appmaster.web.rest.agent |
| Modifier and Type | Method and Description |
|---|---|
AgentCommandType |
StatusCommand.getCommandType() |
AgentCommandType |
ExecutionCommand.getCommandType() |
static AgentCommandType |
AgentCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentCommandType[] |
AgentCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusCommand.setCommandType(AgentCommandType commandType) |
void |
ExecutionCommand.setCommandType(AgentCommandType commandType) |
| Constructor and Description |
|---|
ExecutionCommand(AgentCommandType commandType) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.