| Modifier and Type | Method and Description |
|---|---|
StopContainersResponse |
ContainerManagementProtocol.stopContainers(StopContainersRequest request)
The
ApplicationMaster requests a NodeManager to
stop a list of Containers allocated to it using this
interface. |
| Modifier and Type | Method and Description |
|---|---|
StopContainersResponse |
ContainerManagementProtocolPBClientImpl.stopContainers(StopContainersRequest requests) |
| Modifier and Type | Method and Description |
|---|---|
static StopContainersRequest |
StopContainersRequest.newInstance(List<ContainerId> containerIds) |
| Modifier and Type | Class and Description |
|---|---|
class |
StopContainersRequestPBImpl |
| Modifier and Type | Method and Description |
|---|---|
StopContainersResponse |
ContainerManagerImpl.stopContainers(StopContainersRequest requests)
Stop a list of containers running on this NodeManager.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.