Class GetContainerReportResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ContainerReportGet theContainerReportfor the container.static GetContainerReportResponsenewInstance(ContainerReport containerReport) abstract voidsetContainerReport(ContainerReport containerReport)
-
Constructor Details
-
GetContainerReportResponse
public GetContainerReportResponse()
-
-
Method Details
-
newInstance
@Public @Unstable public static GetContainerReportResponse newInstance(ContainerReport containerReport) -
getContainerReport
Get theContainerReportfor the container.- Returns:
ContainerReportfor the container
-
setContainerReport
-