@Public
@Stable
public abstract class GetContainerStatusesRequest
extends java.lang.Object
ApplicationMaster to the
NodeManager to get ContainerStatus of requested
containers.| Constructor | Description |
|---|---|
GetContainerStatusesRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ContainerId> |
getContainerIds() |
Get the list of
ContainerIds of containers for which to obtain
the ContainerStatus. |
static GetContainerStatusesRequest |
newInstance(java.util.List<ContainerId> containerIds) |
|
abstract void |
setContainerIds(java.util.List<ContainerId> containerIds) |
Set a list of
ContainerIds of containers for which to obtain
the ContainerStatus |
@Public @Stable public static GetContainerStatusesRequest newInstance(java.util.List<ContainerId> containerIds)
@Public @Stable public abstract java.util.List<ContainerId> getContainerIds()
ContainerIds of containers for which to obtain
the ContainerStatus.ContainerIds of containers for which to
obtain the ContainerStatus.@Public @Stable public abstract void setContainerIds(java.util.List<ContainerId> containerIds)
ContainerIds of containers for which to obtain
the ContainerStatuscontainerIds - a list of ContainerIds of containers for which to
obtain the ContainerStatusCopyright © 2008–2025 Apache Software Foundation. All rights reserved.