@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  
ContainerStatuses 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()
ContainerStatuses of the requested containers.ContainerStatuses of the requested containers.@InterfaceAudience.Public @InterfaceStability.Stable public abstract Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> getFailedRequests()
Copyright © 2017 Apache Software Foundation. All rights reserved.