public interface RequestSlotMatchingStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestSlotMatchingStrategy.RequestSlotMatch
Result class representing matches.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RequestSlotMatchingStrategy.RequestSlotMatch> |
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> matchRequestsAndSlots(Collection<? extends PhysicalSlot> slots, Collection<org.apache.flink.runtime.jobmaster.slotpool.PendingRequest> pendingRequests)
slots - slots to matchpendingRequests - slot requests to matchCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.