@InterfaceAudience.Public @InterfaceStability.Stable public interface StopContainerRequest
The request sent by the ApplicationMaster
to the
NodeManager
to stop a container.
Modifier and Type | Method and Description |
---|---|
ContainerId |
getContainerId()
Get the
ContainerId of the container to be stopped. |
void |
setContainerId(ContainerId containerId)
Set the
ContainerId of the container to be stopped. |
@InterfaceAudience.Public @InterfaceStability.Stable ContainerId getContainerId()
ContainerId
of the container to be stopped.ContainerId
of container to be stopped@InterfaceAudience.Public @InterfaceStability.Stable void setContainerId(ContainerId containerId)
ContainerId
of the container to be stopped.containerId
- ContainerId
of the container to be stoppedCopyright © 2014 Apache Software Foundation. All Rights Reserved.