| Modifier and Type | Method and Description |
|---|---|
protected AllocateResponse |
RMContainerRequestor.makeRemoteRequest() |
| Modifier and Type | Method and Description |
|---|---|
AllocateResponse |
ApplicationMasterProtocol.allocate(AllocateRequest request)
The main interface between an
ApplicationMaster and the
ResourceManager. |
| Modifier and Type | Method and Description |
|---|---|
AllocateResponse |
ApplicationMasterProtocolPBClientImpl.allocate(AllocateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static AllocateResponse |
AllocateResponse.newInstance(int responseId,
List<ContainerStatus> completedContainers,
List<Container> allocatedContainers,
List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt,
List<NMToken> nmTokens) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllocateResponsePBImpl |
| Modifier and Type | Method and Description |
|---|---|
abstract AllocateResponse |
AMRMClient.allocate(float progressIndicator)
Request additional containers and receive new container allocations.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateResponse |
AMRMClientImpl.allocate(float progressIndicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AMRMClientImpl.populateNMTokens(AllocateResponse allocateResponse) |
| Modifier and Type | Method and Description |
|---|---|
AllocateResponse |
ApplicationMasterService.allocate(AllocateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static AllocateResponse |
BuilderUtils.newAllocateResponse(int responseId,
List<ContainerStatus> completedContainers,
List<Container> allocatedContainers,
List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt) |
Copyright © 2013 Apache Software Foundation. All rights reserved.