@InterfaceAudience.Public @InterfaceStability.Stable public abstract class StopContainersRequest extends Object
The request sent by the ApplicationMaster to the
 NodeManager to stop containers.
| コンストラクタと説明 | 
|---|
| StopContainersRequest() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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. | 
public StopContainersRequest()
@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 © 2016 Apache Software Foundation. All rights reserved.