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 StartContainersResponse |
StartContainersResponse.newInstance(Map<String,ByteBuffer> servicesMetaData,
List<ContainerId> succeededContainers,
Map<ContainerId,SerializedException> failedContainers) |
Modifier and Type | Class and Description |
---|---|
class |
StartContainersResponsePBImpl |
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.