Package | Description |
---|---|
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 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.
|
Modifier and Type | Method and Description |
---|---|
static UpdateContainerError |
UpdateContainerError.newInstance(String reason,
UpdateContainerRequest updateContainerRequest) |
Copyright © 2024 Apache Software Foundation. All rights reserved.