org.apache.hadoop.yarn.api.protocolrecords
Class GetContainerReportResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportResponse
@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract class GetContainerReportResponse
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetContainerReportResponse
public GetContainerReportResponse()
newInstance
@InterfaceAudience.Public
@InterfaceStability.Unstable
public static GetContainerReportResponse newInstance(ContainerReport containerReport)
getContainerReport
@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract ContainerReport getContainerReport()
- Get the
ContainerReport
for the container.
- Returns:
ContainerReport
for the container
setContainerReport
@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract void setContainerReport(ContainerReport containerReport)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.