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.
|
org.apache.hadoop.yarn.client.api | |
org.apache.hadoop.yarn.client.api.async |
Modifier and Type | Method and Description |
---|---|
List<SchedulingRequest> |
AllocateRequest.getSchedulingRequests()
Get the list of Scheduling requests being sent by the
ApplicationMaster . |
Modifier and Type | Method and Description |
---|---|
AllocateRequest.AllocateRequestBuilder |
AllocateRequest.AllocateRequestBuilder.schedulingRequests(List<SchedulingRequest> schedulingRequests)
Set the
schedulingRequests of the request. |
void |
AllocateRequest.setSchedulingRequests(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 and 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,
Set<String> allocationTags,
ResourceSizing resourceSizing,
PlacementConstraint placementConstraintExpression) |
Modifier and Type | Method and Description |
---|---|
static RejectedSchedulingRequest |
RejectedSchedulingRequest.newInstance(RejectionReason reason,
SchedulingRequest request)
Create new RejectedSchedulingRequest.
|
abstract void |
RejectedSchedulingRequest.setRequest(SchedulingRequest request)
Set the SchedulingRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
AMRMClient.addSchedulingRequests(Collection<SchedulingRequest> schedulingRequests)
Add a Collection of SchedulingRequests.
|
Modifier and Type | Method and Description |
---|---|
void |
AMRMClientAsync.addSchedulingRequests(Collection<SchedulingRequest> schedulingRequests)
Add a Collection of SchedulingRequests.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.