Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.controller |
Modifier and Type | Method and Description |
---|---|
HostRoleCommand |
HostRoleCommandFactoryImpl.createExisting(HostRoleCommandEntity hostRoleCommandEntity) |
HostRoleCommand |
HostRoleCommandFactory.createExisting(HostRoleCommandEntity hostRoleCommandEntity) |
HostRoleCommand |
Stage.getHostRoleCommand(String hostname,
String role) |
HostRoleCommand |
ActionDBAccessor.getTask(long taskId)
Gets the host role command corresponding to the task id
|
HostRoleCommand |
ActionDBAccessorImpl.getTask(long taskId) |
Modifier and Type | Method and Description |
---|---|
List<HostRoleCommand> |
ActionDBAccessor.getAllTasksByRequestIds(Collection<Long> requestIds)
Given a list of request ids, get all the tasks that belong to these requests
|
List<HostRoleCommand> |
ActionManager.getAllTasksByRequestIds(Collection<Long> requestIds) |
List<HostRoleCommand> |
ActionDBAccessorImpl.getAllTasksByRequestIds(Collection<Long> requestIds) |
List<HostRoleCommand> |
Request.getCommands() |
Map<String,Map<String,HostRoleCommand>> |
Stage.getHostRoleCommands() |
List<HostRoleCommand> |
Stage.getOrderedHostRoleCommands() |
List<HostRoleCommand> |
ActionDBAccessor.getRequestTasks(long requestId)
Given a request id, get all the tasks that belong to this request
|
List<HostRoleCommand> |
ActionManager.getRequestTasks(long requestId) |
List<HostRoleCommand> |
ActionDBAccessorImpl.getRequestTasks(long requestId) |
Collection<HostRoleCommand> |
ActionDBAccessor.getTasks(Collection<Long> taskIds)
Given a list of task ids, get all the host role commands
|
Collection<HostRoleCommand> |
ActionManager.getTasks(Collection<Long> taskIds) |
List<HostRoleCommand> |
ActionDBAccessorImpl.getTasks(Collection<Long> taskIds) |
List<HostRoleCommand> |
ActionDBAccessor.getTasksByRequestAndTaskIds(Collection<Long> requestIds,
Collection<Long> taskIds)
Get a list of host role commands where the request id belongs to the input requestIds and
the task id belongs to the input taskIds
|
List<HostRoleCommand> |
ActionManager.getTasksByRequestAndTaskIds(Collection<Long> requestIds,
Collection<Long> taskIds) |
List<HostRoleCommand> |
ActionDBAccessorImpl.getTasksByRequestAndTaskIds(Collection<Long> requestIds,
Collection<Long> taskIds) |
Constructor and Description |
---|
ShortTaskStatus(HostRoleCommand hostRoleCommand) |
TaskStatusResponse(HostRoleCommand hostRoleCommand) |
Copyright © 2015. All rights reserved.