org.apache.hadoop.yarn.api.protocolrecords
Class GetContainerReportRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract class GetContainerReportRequest
- extends Object
The request sent by a client to the ResourceManager
to get an
ContainerReport
for a container.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetContainerReportRequest
public GetContainerReportRequest()
newInstance
@InterfaceAudience.Public
@InterfaceStability.Unstable
public static GetContainerReportRequest newInstance(ContainerId containerId)
getContainerId
@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract ContainerId getContainerId()
- Get the
ContainerId
of the Container.
- Returns:
ContainerId
of the Container
setContainerId
@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract void setContainerId(ContainerId containerId)
- Set the
ContainerId
of the container
- Parameters:
containerId
- ContainerId
of the container
Copyright © 2014 Apache Software Foundation. All Rights Reserved.