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


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface StopContainerResponse

The response sent by the NodeManager to the ApplicationMaster when asked to stop an allocated container.

Currently, this is empty.

See Also:
ContainerManager.stopContainer(StopContainerRequest)



Copyright © 2013 Apache Software Foundation. All Rights Reserved.