Uses of Class
org.apache.hadoop.yarn.api.records.ResourceRequest.ResourceRequestBuilder
Packages that use ResourceRequest.ResourceRequestBuilder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ResourceRequest.ResourceRequestBuilder in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ResourceRequest.ResourceRequestBuilderModifier and TypeMethodDescriptionResourceRequest.ResourceRequestBuilder.allocationRequestId(long allocationRequestId) Set theallocationRequestIdof the request.ResourceRequest.ResourceRequestBuilder.capability(Resource capability) Set thecapabilityof the request.ResourceRequest.ResourceRequestBuilder.executionType(ExecutionType executionType) Set theexecutionTypeRequestof the request with 'ensure execution type' flag set to true.ResourceRequest.ResourceRequestBuilder.executionTypeRequest(ExecutionTypeRequest executionTypeRequest) Set theexecutionTypeRequestof the request.ResourceRequest.newBuilder()ResourceRequest.ResourceRequestBuilder.nodeLabelExpression(String nodeLabelExpression) Set thenodeLabelExpressionof the request.ResourceRequest.ResourceRequestBuilder.numContainers(int numContainers) Set thenumContainersof the request.Set thepriorityof the request.ResourceRequest.ResourceRequestBuilder.relaxLocality(boolean relaxLocality) Set therelaxLocalityof the request.ResourceRequest.ResourceRequestBuilder.resourceName(String resourceName) Set theresourceNameof the request.