@InterfaceAudience.Public @InterfaceStability.Stable public interface GetContainerStatusRequest
The request sent by the ApplicationMaster to the
NodeManager to get ContainerStatus of a container.
| Modifier and Type | Method and Description |
|---|---|
ContainerId |
getContainerId()
Get the
ContainerId of container for which to obtain the
ContainerStatus. |
void |
setContainerId(ContainerId containerId)
Set the
ContainerId of container for which to obtain the
ContainerStatus |
@InterfaceAudience.Public @InterfaceStability.Stable ContainerId getContainerId()
ContainerId of container for which to obtain the
ContainerStatus.ContainerId of container for which to obtain the
ContainerStatus@InterfaceAudience.Public @InterfaceStability.Stable void setContainerId(ContainerId containerId)
ContainerId of container for which to obtain the
ContainerStatuscontainerId - ContainerId of container for which to
obtain the ContainerStatusCopyright © 2014 Apache Software Foundation. All Rights Reserved.