@Public
@Unstable
public abstract class GetContainerReportRequest
extends java.lang.Object
The request sent by a client to the ResourceManager to get an
ContainerReport for a container.
| Constructor | Description |
|---|---|
GetContainerReportRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ContainerId |
getContainerId() |
Get the
ContainerId of the Container. |
static GetContainerReportRequest |
newInstance(ContainerId containerId) |
|
abstract void |
setContainerId(ContainerId containerId) |
Set the
ContainerId of the container |
@Public @Unstable public static GetContainerReportRequest newInstance(ContainerId containerId)
@Public @Unstable public abstract ContainerId getContainerId()
ContainerId of the Container.ContainerId of the Container@Public @Unstable public abstract void setContainerId(ContainerId containerId)
ContainerId of the containercontainerId - ContainerId of the containerCopyright © 2008–2025 Apache Software Foundation. All rights reserved.