@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
ContainerId s of the containers to be stopped. |
static StopContainersRequest |
newInstance(List<ContainerId> containerIds) |
abstract void |
setContainerIds(List<ContainerId> containerIds)
Set the
ContainerId s 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()
ContainerId
s of the containers to be stopped.ContainerId
s of containers to be stopped@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setContainerIds(List<ContainerId> containerIds)
ContainerId
s of the containers to be stopped.containerIds
- ContainerId
s of the containers to be stoppedCopyright © 2018 Apache Software Foundation. All rights reserved.