| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.ams | Public api for Application Master Service interceptors. | 
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ApplicationMasterServiceUtils. addToRejectedSchedulingRequests(AllocateResponse allocateResponse,
                               List<RejectedSchedulingRequest> rejectedRequests)Add rejected Scheduling Requests to  AllocateResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RejectedSchedulingRequest> | AllocateResponse. getRejectedSchedulingRequests()Get a list of all SchedulingRequests that the RM has rejected between
 this allocate call and the previous one. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AllocateResponse. setRejectedSchedulingRequests(List<RejectedSchedulingRequest> rejectedRequests)Add a list of rejected SchedulingRequests to the AllocateResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RejectedSchedulingRequest | RejectedSchedulingRequest. newInstance(RejectionReason reason,
           SchedulingRequest request)Create new RejectedSchedulingRequest. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.