| 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 |
|---|---|---|
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.askList(java.util.List<ResourceRequest> askList) |
Set the
askList of the request. |
static AllocateRequest.AllocateRequestBuilder |
AllocateRequest.newBuilder() |
|
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.progress(float progress) |
Set the
progress of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.releaseList(java.util.List<ContainerId> releaseList) |
Set the
releaseList of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.resourceBlacklistRequest(ResourceBlacklistRequest resourceBlacklistRequest) |
Set the
resourceBlacklistRequest of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.responseId(int responseId) |
Set the
responseId of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.schedulingRequests(java.util.List<SchedulingRequest> schedulingRequests) |
Set the
schedulingRequests of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.trackingUrl(java.lang.String trackingUrl) |
Set the
trackingUrl of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.updateRequests(java.util.List<UpdateContainerRequest> updateRequests) |
Set the
updateRequests of the request. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.