@InterfaceAudience.Public @InterfaceStability.Stable public abstract class StopContainersResponse extends Object
The response sent by the NodeManager
to the
ApplicationMaster
when asked to stop allocated
containers.
Constructor and Description |
---|
StopContainersResponse() |
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 per container for failed requests
|
abstract List<ContainerId> |
getSuccessfullyStoppedContainers()
Get the list of containerIds of successfully stopped containers.
|
public StopContainersResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<ContainerId> getSuccessfullyStoppedContainers()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> getFailedRequests()
Copyright © 2015 Apache Software Foundation. All rights reserved.