Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.agent |
Modifier and Type | Method and Description |
---|---|
boolean |
ActionManager.isInProgressCommand(CommandReport report)
Find if the command report is for an in progress command
|
void |
ActionDBAccessorImpl.updateHostRoleState(String hostname,
long requestId,
long stageId,
String role,
CommandReport report) |
void |
ActionDBAccessor.updateHostRoleState(String hostname,
long requestId,
long stageId,
String role,
CommandReport report)
For the given host, update all the tasks based on the command report
|
Modifier and Type | Method and Description |
---|---|
void |
ActionManager.processTaskResponse(String hostname,
List<CommandReport> reports)
Persists command reports into the db
|
void |
ActionDBAccessorImpl.updateHostRoleStates(Collection<CommandReport> reports) |
void |
ActionDBAccessor.updateHostRoleStates(Collection<CommandReport> reports)
Update tasks according to command reports
|
Modifier and Type | Method and Description |
---|---|
List<CommandReport> |
HeartBeat.getReports() |
Modifier and Type | Method and Description |
---|---|
void |
HeartBeat.setReports(List<CommandReport> reports) |
Copyright © 2017. All rights reserved.