| 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 | Description |
|---|---|---|
abstract java.util.List<UpdateContainerRequest> |
AllocateRequest.getUpdateRequests() |
Get the list of container update requests being sent by the
ApplicationMaster. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
AllocateRequest.setUpdateRequests(java.util.List<UpdateContainerRequest> updateRequests) |
Set the list of container update requests to inform the
ResourceManager about the containers that need to be
updated. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.updateRequests(java.util.List<UpdateContainerRequest> updateRequests) |
Set the
updateRequests of the request. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract UpdateContainerRequest |
UpdateContainerError.getUpdateContainerRequest() |
Get the
UpdateContainerRequest that was not satisfiable. |
static UpdateContainerRequest |
UpdateContainerRequest.newInstance(int version,
ContainerId containerId,
ContainerUpdateType updateType,
Resource targetCapability,
ExecutionType targetExecutionType) |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateContainerError |
UpdateContainerError.newInstance(java.lang.String reason,
UpdateContainerRequest updateContainerRequest) |
|
abstract void |
UpdateContainerError.setUpdateContainerRequest(UpdateContainerRequest updateContainerRequest) |
Set the
UpdateContainerRequest that was not satisfiable. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.