@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.
Constructor and Description |
---|
GetContainerReportRequest() |
Modifier and Type | Method and Description |
---|---|
abstract ContainerId |
getContainerId()
Get the
ContainerId of the Container. |
static GetContainerReportRequest |
newInstance(ContainerId containerId) |
abstract void |
setContainerId(ContainerId containerId)
Set the
ContainerId of the container |
public GetContainerReportRequest()
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetContainerReportRequest newInstance(ContainerId containerId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ContainerId getContainerId()
ContainerId
of the Container.ContainerId
of the Container@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setContainerId(ContainerId containerId)
ContainerId
of the containercontainerId
- ContainerId
of the containerCopyright © 2015 Apache Software Foundation. All Rights Reserved.