@Public
@Unstable
public abstract class GetContainerReportResponse
extends java.lang.Object
The response sent by the ResourceManager to a client requesting
a container report.
The response includes a ContainerReport which has details of a
container.
| Constructor | Description |
|---|---|
GetContainerReportResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ContainerReport |
getContainerReport() |
Get the
ContainerReport for the container. |
static GetContainerReportResponse |
newInstance(ContainerReport containerReport) |
|
abstract void |
setContainerReport(ContainerReport containerReport) |
@Public @Unstable public static GetContainerReportResponse newInstance(ContainerReport containerReport)
@Public @Unstable public abstract ContainerReport getContainerReport()
ContainerReport for the container.ContainerReport for the container@Public @Unstable public abstract void setContainerReport(ContainerReport containerReport)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.