Class GetContainerReportRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
The request sent by a client to the ResourceManager to get an
ContainerReport for a container.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ContainerIdGet theContainerIdof the Container.static GetContainerReportRequestnewInstance(ContainerId containerId) abstract voidsetContainerId(ContainerId containerId) Set theContainerIdof the container
-
Constructor Details
-
GetContainerReportRequest
public GetContainerReportRequest()
-
-
Method Details
-
newInstance
-
getContainerId
Get theContainerIdof the Container.- Returns:
ContainerIdof the Container
-
setContainerId
Set theContainerIdof the container- Parameters:
containerId-ContainerIdof the container
-