@InterfaceAudience.Public @InterfaceStability.Stable public interface GetContainerStatusResponse
The response sent by the NodeManager to the
ApplicationMaster when asked to obtain the status
of a container.
| Modifier and Type | Method and Description |
|---|---|
ContainerStatus |
getStatus()
Get the
ContainerStatus of the container. |
@InterfaceAudience.Public @InterfaceStability.Stable ContainerStatus getStatus()
ContainerStatus of the container.ContainerStatus of the containerCopyright © 2014 Apache Software Foundation. All Rights Reserved.