@Public
@Unstable
public abstract class GetContainersResponse
extends java.lang.Object
The response sent by the ResourceManager to a client requesting
a list of ContainerReport for containers.
The ContainerReport for each container includes the container
details.
| Constructor | Description |
|---|---|
GetContainersResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ContainerReport> |
getContainerList() |
Get a list of
ContainerReport for all the containers of an
application attempt. |
static GetContainersResponse |
newInstance(java.util.List<ContainerReport> containers) |
|
abstract void |
setContainerList(java.util.List<ContainerReport> containers) |
Set a list of
ContainerReport for all the containers of an
application attempt. |
@Public @Unstable public static GetContainersResponse newInstance(java.util.List<ContainerReport> containers)
@Public @Unstable public abstract java.util.List<ContainerReport> getContainerList()
ContainerReport for all the containers of an
application attempt.ContainerReport for all the containers of an
application attempt@Public @Unstable public abstract void setContainerList(java.util.List<ContainerReport> containers)
ContainerReport for all the containers of an
application attempt.containers - a list of ContainerReport for all the containers of
an application attemptCopyright © 2008–2025 Apache Software Foundation. All rights reserved.