| 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 AllocateRequest |
AllocateRequest.newInstance(int responseID,
float appProgress,
List<ResourceRequest> resourceAsk,
List<ContainerId> containersToBeReleased,
ResourceBlacklistRequest resourceBlacklistRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllocateRequestPBImpl |
| Modifier and Type | Method and Description |
|---|---|
AllocateResponse |
ApplicationMasterService.allocate(AllocateRequest request) |
Copyright © 2013 Apache Software Foundation. All rights reserved.