Uses of Class
org.apache.hadoop.yarn.api.records.RejectedSchedulingRequest
Packages that use RejectedSchedulingRequest
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 RejectedSchedulingRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type RejectedSchedulingRequestModifier and TypeMethodDescriptionAllocateResponse.getRejectedSchedulingRequests()Get a list of all SchedulingRequests that the RM has rejected between this allocate call and the previous one.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type RejectedSchedulingRequestModifier and TypeMethodDescriptionvoidAllocateResponse.setRejectedSchedulingRequests(List<RejectedSchedulingRequest> rejectedRequests) Add a list of rejected SchedulingRequests to the AllocateResponse. -
Uses of RejectedSchedulingRequest in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return RejectedSchedulingRequestModifier and TypeMethodDescriptionstatic RejectedSchedulingRequestRejectedSchedulingRequest.newInstance(RejectionReason reason, SchedulingRequest request) Create new RejectedSchedulingRequest.