@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetContainerStatusesResponse extends Object
NodeManager
to the
ApplicationMaster
when asked to obtain the
ContainerStatus
of requested containers.Constructor and Description |
---|
GetContainerStatusesResponse() |
Modifier and Type | Method and Description |
---|---|
abstract List<ContainerStatus> |
getContainerStatuses()
Get the
ContainerStatus es of the requested containers. |
abstract Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> |
getFailedRequests()
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests
|
public GetContainerStatusesResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<ContainerStatus> getContainerStatuses()
ContainerStatus
es of the requested containers.ContainerStatus
es of the requested containers.@InterfaceAudience.Public @InterfaceStability.Stable public abstract Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> getFailedRequests()
Copyright © 2015 Apache Software Foundation. All rights reserved.