| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SchedulingRequest> |
AllocateRequest.getSchedulingRequests() |
Get the list of Scheduling requests being sent by the
ApplicationMaster. |
| Modifier and Type | Method | Description |
|---|---|---|
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.schedulingRequests(java.util.List<SchedulingRequest> schedulingRequests) |
Set the
schedulingRequests of the request. |
void |
AllocateRequest.setSchedulingRequests(java.util.List<SchedulingRequest> schedulingRequests) |
Set the list of Scheduling requests to inform the
ResourceManager about the application's resource requirements
(potentially including allocation tags and placement constraints). |
| Modifier and Type | Method | Description |
|---|---|---|
SchedulingRequest |
SchedulingRequest.SchedulingRequestBuilder.build() |
Return generated
SchedulingRequest object. |
abstract SchedulingRequest |
RejectedSchedulingRequest.getRequest() |
Get the Rejected Scheduling Request.
|
static SchedulingRequest |
SchedulingRequest.newInstance(long allocationRequestId,
Priority priority,
ExecutionTypeRequest executionType,
java.util.Set<java.lang.String> allocationTags,
ResourceSizing resourceSizing,
PlacementConstraint placementConstraintExpression) |
| Modifier and Type | Method | Description |
|---|---|---|
static RejectedSchedulingRequest |
RejectedSchedulingRequest.newInstance(RejectionReason reason,
SchedulingRequest request) |
Create new RejectedSchedulingRequest.
|
abstract void |
RejectedSchedulingRequest.setRequest(SchedulingRequest request) |
Set the SchedulingRequest.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.