Modifier and Type | Method and Description |
---|---|
StartContainersResponse |
ContainerManagementProtocol.startContainers(StartContainersRequest request)
The
ApplicationMaster provides a list of
StartContainerRequest s to a NodeManager to
start Container s 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.