| Modifier and Type | Method and Description |
|---|---|
GetContainerStatusesResponse |
ContainerManagementProtocol.getContainerStatuses(GetContainerStatusesRequest request)
The API used by the
ApplicationMaster to request for current
statuses of Containers from the NodeManager. |
| Modifier and Type | Method and Description |
|---|---|
GetContainerStatusesResponse |
ContainerManagementProtocolPBClientImpl.getContainerStatuses(GetContainerStatusesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static GetContainerStatusesResponse |
GetContainerStatusesResponse.newInstance(List<ContainerStatus> statuses,
Map<ContainerId,SerializedException> failedRequests) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetContainerStatusesResponsePBImpl |
| Modifier and Type | Method and Description |
|---|---|
GetContainerStatusesResponse |
ContainerManagerImpl.getContainerStatuses(GetContainerStatusesRequest request)
Get a list of container statuses running on this NodeManager
|
Copyright © 2013 Apache Software Foundation. All rights reserved.