public interface RequestSlotMatchingStrategy
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
RequestSlotMatchingStrategy.RequestSlotMatch
Result class representing matches.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.