Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest.AllocateRequestBuilder
Packages that use AllocateRequest.AllocateRequestBuilder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AllocateRequest.AllocateRequestBuilder in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return AllocateRequest.AllocateRequestBuilderModifier and TypeMethodDescriptionAllocateRequest.AllocateRequestBuilder.askList(List<ResourceRequest> askList) Set theaskListof the request.AllocateRequest.newBuilder()AllocateRequest.AllocateRequestBuilder.progress(float progress) Set theprogressof the request.AllocateRequest.AllocateRequestBuilder.releaseList(List<ContainerId> releaseList) Set thereleaseListof the request.AllocateRequest.AllocateRequestBuilder.resourceBlacklistRequest(ResourceBlacklistRequest resourceBlacklistRequest) Set theresourceBlacklistRequestof the request.AllocateRequest.AllocateRequestBuilder.responseId(int responseId) Set theresponseIdof the request.AllocateRequest.AllocateRequestBuilder.schedulingRequests(List<SchedulingRequest> schedulingRequests) Set theschedulingRequestsof the request.AllocateRequest.AllocateRequestBuilder.trackingUrl(String trackingUrl) Set thetrackingUrlof the request.AllocateRequest.AllocateRequestBuilder.updateRequests(List<UpdateContainerRequest> updateRequests) Set theupdateRequestsof the request.