Package | Description |
---|---|
org.apache.hadoop.yarn.api.records |
Modifier and Type | Method and Description |
---|---|
SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.SchedulingRequestBuilder.allocationRequestId(long allocationRequestId)
Set the
allocationRequestId of the request. |
SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.SchedulingRequestBuilder.allocationTags(Set<String> allocationTags)
Set the
allocationTags of the request. |
SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.SchedulingRequestBuilder.executionType(ExecutionTypeRequest executionType)
Set the
executionType of the request. |
static SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.newBuilder() |
SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.SchedulingRequestBuilder.placementConstraintExpression(PlacementConstraint placementConstraintExpression)
Set the
placementConstraintExpression of the request. |
SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.SchedulingRequestBuilder.priority(Priority priority)
Set the
priority of the request. |
SchedulingRequest.SchedulingRequestBuilder |
SchedulingRequest.SchedulingRequestBuilder.resourceSizing(ResourceSizing resourceSizing)
Set the
executionType of the request. |
Copyright © 2023 Apache Software Foundation. All rights reserved.