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