| Modifier and Type | Method and Description |
|---|---|
StartContainersResponse |
ContainerManagementProtocol.startContainers(StartContainersRequest request)
The
ApplicationMaster provides a list of
StartContainerRequests to a NodeManager to
start Containers allocated to it using this interface. |
| Modifier and Type | Method and Description |
|---|---|
StartContainersResponse |
ContainerManagementProtocolPBClientImpl.startContainers(StartContainersRequest requests) |
| Modifier and Type | Method and Description |
|---|---|
static StartContainersRequest |
StartContainersRequest.newInstance(List<StartContainerRequest> requests) |
| Modifier and Type | Class and Description |
|---|---|
class |
StartContainersRequestPBImpl |
| Modifier and Type | Method and Description |
|---|---|
StartContainersResponse |
ContainerManagerImpl.startContainers(StartContainersRequest requests)
Start a list of containers on this NodeManager.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.