Package | Description |
---|---|
org.apache.ambari.server.agent |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionCommand
Execution commands are scheduled by action manager, and these are
persisted in the database for recovery.
|
class |
RegistrationCommand |
class |
StatusCommand
Command to report the status of a list of services in roles.
|
Modifier and Type | Method and Description |
---|---|
AgentCommand |
ActionQueue.dequeue(String hostname) |
AgentCommand |
ActionQueue.dequeue(String hostname,
String commandId) |
Modifier and Type | Method and Description |
---|---|
List<AgentCommand> |
ActionQueue.dequeueAll(String hostname) |
Modifier and Type | Method and Description |
---|---|
void |
ActionQueue.enqueue(String hostname,
AgentCommand cmd) |
Copyright © 2015. All rights reserved.