|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface StopContainerRequest
The request sent by the ApplicationMaster to the
NodeManager to stop a container.
ContainerManager.stopContainer(StopContainerRequest)| Method Summary | |
|---|---|
ContainerId |
getContainerId()
Get the ContainerId of the container to be stopped. |
void |
setContainerId(ContainerId containerId)
Set the ContainerId of the container to be stopped. |
| Method Detail |
|---|
@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 stopped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||