| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<ContainerId,SerializedException> | GetContainerStatusesResponse. getFailedRequests()Get the containerId-to-exception map in which the exception indicates error
 from per container for failed requests | 
| abstract Map<ContainerId,SerializedException> | StopContainersResponse. getFailedRequests()Get the containerId-to-exception map in which the exception indicates error
 from per container for failed requests | 
| abstract Map<ContainerId,SerializedException> | ContainerUpdateResponse. getFailedRequests()Get the containerId-to-exception map in which the exception indicates
 error from each container for failed requests. | 
| abstract Map<ContainerId,SerializedException> | StartContainersResponse. getFailedRequests()Get the containerId-to-exception map in which the exception indicates error
 from per container for failed requests | 
| abstract Map<ContainerId,SerializedException> | GetLocalizationStatusesResponse. getFailedRequests()Get the containerId-to-exception map in which the exception indicates error
 from per container for failed requests. | 
| abstract Map<ContainerId,SerializedException> | IncreaseContainersResourceResponse. getFailedRequests()Get the containerId-to-exception map in which the exception indicates
 error from each container for failed requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StopContainersResponse | StopContainersResponse. newInstance(List<ContainerId> succeededRequests,
           Map<ContainerId,SerializedException> failedRequests) | 
| static ContainerUpdateResponse | ContainerUpdateResponse. newInstance(List<ContainerId> successfullyUpdatedContainers,
           Map<ContainerId,SerializedException> failedRequests) | 
| static IncreaseContainersResourceResponse | IncreaseContainersResourceResponse. newInstance(List<ContainerId> successfullyIncreasedContainers,
           Map<ContainerId,SerializedException> failedRequests) | 
| static GetContainerStatusesResponse | GetContainerStatusesResponse. newInstance(List<ContainerStatus> statuses,
           Map<ContainerId,SerializedException> failedRequests) | 
| static GetLocalizationStatusesResponse | GetLocalizationStatusesResponse. newInstance(Map<ContainerId,List<LocalizationStatus>> statuses,
           Map<ContainerId,SerializedException> failedRequests) | 
| static StartContainersResponse | StartContainersResponse. newInstance(Map<String,ByteBuffer> servicesMetaData,
           List<ContainerId> succeededContainers,
           Map<ContainerId,SerializedException> failedContainers) | 
| abstract void | GetContainerStatusesResponse. setFailedRequests(Map<ContainerId,SerializedException> failedContainers)Set the containerId-to-exception map in which the exception indicates error
 from per container for failed requests | 
| abstract void | StopContainersResponse. setFailedRequests(Map<ContainerId,SerializedException> failedRequests)Set the containerId-to-exception map in which the exception indicates error
 from per container for failed requests | 
| abstract void | ContainerUpdateResponse. setFailedRequests(Map<ContainerId,SerializedException> failedRequests)Set the containerId-to-exception map in which the exception indicates
 error from each container for failed requests. | 
| abstract void | StartContainersResponse. setFailedRequests(Map<ContainerId,SerializedException> failedContainers)Set the containerId-to-exception map in which the exception indicates error
 from per container for failed requests | 
| abstract void | GetLocalizationStatusesResponse. setFailedRequests(Map<ContainerId,SerializedException> failedContainers)Set the containerId-to-exception map in which the exception indicates error
 from per container for failed request. | 
| abstract void | IncreaseContainersResourceResponse. setFailedRequests(Map<ContainerId,SerializedException> failedRequests)Set the containerId-to-exception map in which the exception indicates
 error from each container for failed requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SerializedException | SerializedException. getCause()Get the cause of this exception or null if the cause is nonexistent or
 unknown. | 
| static SerializedException | SerializedException. newInstance(Throwable e) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.