@InterfaceAudience.Public @InterfaceStability.Stable public abstract class StopContainersRequest extends Object
The request sent by the ApplicationMaster to the
 NodeManager to stop containers.
| Constructor and Description | 
|---|
| StopContainersRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<ContainerId> | getContainerIds()Get the  ContainerIds of the containers to be stopped. | 
| static StopContainersRequest | newInstance(List<ContainerId> containerIds) | 
| abstract void | setContainerIds(List<ContainerId> containerIds)Set the  ContainerIds of the containers to be stopped. | 
@InterfaceAudience.Public @InterfaceStability.Stable public static StopContainersRequest newInstance(List<ContainerId> containerIds)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<ContainerId> getContainerIds()
ContainerIds of the containers to be stopped.ContainerIds of containers to be stopped@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setContainerIds(List<ContainerId> containerIds)
ContainerIds of the containers to be stopped.containerIds - ContainerIds of the containers to be stoppedCopyright © 2008–2023 Apache Software Foundation. All rights reserved.