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)Collection<RequestSlotMatchingStrategy.RequestSlotMatch>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.Collection<RequestSlotMatchingStrategy.RequestSlotMatch>SimpleRequestSlotMatchingStrategy. matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests)
-