| 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. addToUpdateContainerErrors(AllocateResponse allocateResponse,
                          List<UpdateContainerError> updateContainerErrors)Add update container errors to  AllocateResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<UpdateContainerError> | AllocateResponse. getUpdateErrors()Get the list of container update errors to inform the
 Application Master about the container updates that could not be
 satisfied due to error. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AllocateResponse. setUpdateErrors(List<UpdateContainerError> updateErrors)Set the list of container update errors to inform the
 Application Master about the container updates that could not be
 satisfied due to error. | 
| AllocateResponse.AllocateResponseBuilder | AllocateResponse.AllocateResponseBuilder. updateErrors(List<UpdateContainerError> updateErrors)Set the  updateErrorsof the response. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UpdateContainerError | UpdateContainerError. newInstance(String reason,
           UpdateContainerRequest updateContainerRequest) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.