Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords |
Modifier and Type | Method and Description |
---|---|
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.askList(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(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(List<SchedulingRequest> schedulingRequests)
Set the
schedulingRequests of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.trackingUrl(String trackingUrl)
Set the
trackingUrl of the request. |
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.updateRequests(List<UpdateContainerRequest> updateRequests)
Set the
updateRequests of the request. |
Copyright © 2023 Apache Software Foundation. All rights reserved.