| Package | Description |
|---|---|
| org.apache.hadoop.yarn.ams |
Public api for Application Master Service interceptors.
|
| org.apache.hadoop.yarn.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ApplicationMasterServiceProcessor.allocate(ApplicationAttemptId appAttemptId,
AllocateRequest request,
AllocateResponse response) |
Allocate call.
|
| Modifier and Type | Method | Description |
|---|---|---|
AllocateResponse |
ApplicationMasterProtocol.allocate(AllocateRequest request) |
The main interface between an
ApplicationMaster and the
ResourceManager. |
| Modifier and Type | Method | Description |
|---|---|---|
AllocateRequest |
AllocateRequest.AllocateRequestBuilder.build() |
Return generated
AllocateRequest object. |
static AllocateRequest |
AllocateRequest.newInstance(int responseID,
float appProgress,
java.util.List<ResourceRequest> resourceAsk,
java.util.List<ContainerId> containersToBeReleased,
java.util.List<UpdateContainerRequest> updateRequests,
ResourceBlacklistRequest resourceBlacklistRequest) |
|
static AllocateRequest |
AllocateRequest.newInstance(int responseID,
float appProgress,
java.util.List<ResourceRequest> resourceAsk,
java.util.List<ContainerId> containersToBeReleased,
ResourceBlacklistRequest resourceBlacklistRequest) |
|
static AllocateRequest |
AllocateRequest.newInstance(int responseID,
float appProgress,
java.util.List<ResourceRequest> resourceAsk,
java.util.List<ContainerId> containersToBeReleased,
ResourceBlacklistRequest resourceBlacklistRequest,
java.lang.String trackingUrl) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.