Uses of Class
org.apache.hadoop.yarn.api.records.SchedulingRequest
Packages that use SchedulingRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SchedulingRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type SchedulingRequestModifier and TypeMethodDescriptionAllocateRequest.getSchedulingRequests()Get the list of Scheduling requests being sent by theApplicationMaster.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type SchedulingRequestModifier and TypeMethodDescriptionAllocateRequest.AllocateRequestBuilder.schedulingRequests(List<SchedulingRequest> schedulingRequests) Set theschedulingRequestsof the request.voidAllocateRequest.setSchedulingRequests(List<SchedulingRequest> schedulingRequests) Set the list of Scheduling requests to inform theResourceManagerabout the application's resource requirements (potentially including allocation tags and placement constraints). -
Uses of SchedulingRequest in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return SchedulingRequestModifier and TypeMethodDescriptionSchedulingRequest.SchedulingRequestBuilder.build()Return generatedSchedulingRequestobject.abstract SchedulingRequestRejectedSchedulingRequest.getRequest()Get the Rejected Scheduling Request.static SchedulingRequestSchedulingRequest.newInstance(long allocationRequestId, Priority priority, ExecutionTypeRequest executionType, Set<String> allocationTags, ResourceSizing resourceSizing, PlacementConstraint placementConstraintExpression) Methods in org.apache.hadoop.yarn.api.records with parameters of type SchedulingRequestModifier and TypeMethodDescriptionstatic RejectedSchedulingRequestRejectedSchedulingRequest.newInstance(RejectionReason reason, SchedulingRequest request) Create new RejectedSchedulingRequest.abstract voidRejectedSchedulingRequest.setRequest(SchedulingRequest request) Set the SchedulingRequest. -
Uses of SchedulingRequest in org.apache.hadoop.yarn.client.api
Method parameters in org.apache.hadoop.yarn.client.api with type arguments of type SchedulingRequestModifier and TypeMethodDescriptionvoidAMRMClient.addSchedulingRequests(Collection<SchedulingRequest> schedulingRequests) Add a Collection of SchedulingRequests. -
Uses of SchedulingRequest in org.apache.hadoop.yarn.client.api.async
Method parameters in org.apache.hadoop.yarn.client.api.async with type arguments of type SchedulingRequestModifier and TypeMethodDescriptionvoidAMRMClientAsync.addSchedulingRequests(Collection<SchedulingRequest> schedulingRequests) Add a Collection of SchedulingRequests.