| 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<UpdatedContainer> |
AllocateResponse.getUpdatedContainers() |
Get the list of newly updated containers by
ResourceManager. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
AllocateResponse.setUpdatedContainers(java.util.List<UpdatedContainer> updatedContainers) |
Set the list of newly updated containers by
ResourceManager. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.updatedContainers(java.util.List<UpdatedContainer> updatedContainers) |
Set the
updatedContainers of the response. |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdatedContainer |
UpdatedContainer.newInstance(ContainerUpdateType updateType,
Container container) |
Static Factory method.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.