| 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 StopContainersResponse |
StopContainersResponse.newInstance(List<ContainerId> succeededRequests,
Map<ContainerId,SerializedException> failedRequests) |
| Modifier and Type | Class and Description |
|---|---|
class |
StopContainersResponsePBImpl |
| 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.