@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetContainerStatusesRequest extends Object
ApplicationMaster
to the
NodeManager
to get ContainerStatus
of requested
containers.Constructor and Description |
---|
GetContainerStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
abstract List<ContainerId> |
getContainerIds()
Get the list of
ContainerId s of containers for which to obtain
the ContainerStatus . |
static GetContainerStatusesRequest |
newInstance(List<ContainerId> containerIds) |
abstract void |
setContainerIds(List<ContainerId> containerIds)
Set a list of
ContainerId s of containers for which to obtain
the ContainerStatus |
@InterfaceAudience.Public @InterfaceStability.Stable public static GetContainerStatusesRequest newInstance(List<ContainerId> containerIds)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<ContainerId> getContainerIds()
ContainerId
s of containers for which to obtain
the ContainerStatus
.ContainerId
s of containers for which to
obtain the ContainerStatus
.@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setContainerIds(List<ContainerId> containerIds)
ContainerId
s of containers for which to obtain
the ContainerStatus
containerIds
- a list of ContainerId
s of containers for which to
obtain the ContainerStatus
Copyright © 2024 Apache Software Foundation. All rights reserved.