@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class IncreaseContainersResourceResponse extends Object
 The response sent by the NodeManager to the
 ApplicationMaster when asked to increase container resource.
 
| Constructor and Description | 
|---|
| IncreaseContainersResourceResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> | getFailedRequests()Get the containerId-to-exception map in which the exception indicates
 error from each container for failed requests. | 
| abstract List<ContainerId> | getSuccessfullyIncreasedContainers()Get the list of containerIds of containers whose resource
 have been successfully increased. | 
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<ContainerId> getSuccessfullyIncreasedContainers()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> getFailedRequests()
Copyright © 2023 Apache Software Foundation. All rights reserved.