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