| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.allocatedContainers(java.util.List<Container> allocatedContainers) |
Set the
allocatedContainers of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.amCommand(AMCommand amCommand) |
Set the
amCommand of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.amRmToken(Token amRmToken) |
Set the
amRmToken of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.applicationPriority(Priority applicationPriority) |
Set the
applicationPriority of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.availableResources(Resource availableResources) |
Set the
availableResources of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.collectorInfo(CollectorInfo collectorInfo) |
Set the
collectorInfo of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.completedContainersStatuses(java.util.List<ContainerStatus> completedContainersStatuses) |
Set the
completedContainersStatuses of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.containersFromPreviousAttempt(java.util.List<Container> containersFromPreviousAttempt) |
Set the
containersFromPreviousAttempt of the response. |
static AllocateResponse.AllocateResponseBuilder |
AllocateResponse.newBuilder() |
|
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.nmTokens(java.util.List<NMToken> nmTokens) |
Set the
nmTokens of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.numClusterNodes(int numClusterNodes) |
Set the
numClusterNodes of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.preemptionMessage(PreemptionMessage preemptionMessage) |
Set the
preemptionMessage of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.responseId(int responseId) |
Set the
responseId of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.updatedContainers(java.util.List<UpdatedContainer> updatedContainers) |
Set the
updatedContainers of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.updatedNodes(java.util.List<NodeReport> updatedNodes) |
Set the
updatedNodes of the response. |
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.updateErrors(java.util.List<UpdateContainerError> updateErrors) |
Set the
updateErrors of the response. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.