| Package | Description |
|---|---|
| org.apache.hadoop.yarn.ams |
Public api for Application Master Service interceptors.
|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ApplicationMasterServiceUtils.addToUpdateContainerErrors(AllocateResponse allocateResponse,
java.util.List<UpdateContainerError> updateContainerErrors) |
Add update container errors to
AllocateResponse. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.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 | Description |
|---|---|---|
void |
AllocateResponse.setUpdateErrors(java.util.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(java.util.List<UpdateContainerError> updateErrors) |
Set the
updateErrors of the response. |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateContainerError |
UpdateContainerError.newInstance(java.lang.String reason,
UpdateContainerRequest updateContainerRequest) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.