org.apache.hadoop.yarn.api.protocolrecords
Interface GetContainerStatusResponse


@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.

See Also:
ContainerManager.getContainerStatus(GetContainerStatusRequest)

Method Summary
 ContainerStatus getStatus()
          Get the ContainerStatus of the container.
 

Method Detail

getStatus

@InterfaceAudience.Public
@InterfaceStability.Stable
ContainerStatus getStatus()
Get the ContainerStatus of the container.

Returns:
ContainerStatus of the container


Copyright © 2013 Apache Software Foundation. All Rights Reserved.