Uses of Class
org.apache.flink.runtime.jobmaster.slotpool.RequestSlotMatchingStrategy.RequestSlotMatch
-
Packages that use RequestSlotMatchingStrategy.RequestSlotMatch Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of RequestSlotMatchingStrategy.RequestSlotMatch in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type RequestSlotMatchingStrategy.RequestSlotMatch Modifier and Type Method Description Collection<RequestSlotMatchingStrategy.RequestSlotMatch>PreferredAllocationRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoadingWeight)Collection<RequestSlotMatchingStrategy.RequestSlotMatch>RequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoadingWeight)Match the given slots with the given collection of pending requests.Collection<RequestSlotMatchingStrategy.RequestSlotMatch>SimpleRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoadingWeight)Collection<RequestSlotMatchingStrategy.RequestSlotMatch>TasksBalancedRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests, Map<ResourceID,LoadingWeight> taskExecutorsLoad)
-