Uses of Class
org.apache.flink.runtime.jobmaster.slotpool.RequestSlotMatchingStrategy.RequestSlotMatch
Packages that use RequestSlotMatchingStrategy.RequestSlotMatch
-
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.RequestSlotMatchModifier and TypeMethodDescriptionPreferredAllocationRequestSlotMatchingStrategy.matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests) RequestSlotMatchingStrategy.matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests) Match the given slots with the given collection of pending requests.SimpleRequestSlotMatchingStrategy.matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests)