Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.RequestSlotMatchingStrategy
Packages that use RequestSlotMatchingStrategy
-
Uses of RequestSlotMatchingStrategy in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement RequestSlotMatchingStrategyModifier and TypeClassDescriptionenumRequestSlotMatchingStrategythat takes the preferred allocations into account.enumSimple implementation of theRequestSlotMatchingStrategythat matches the pending requests in order as long as the resource profile can be fulfilled.Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type RequestSlotMatchingStrategyModifierConstructorDescriptionDeclarativeSlotPoolBridge(org.apache.flink.api.common.JobID jobId, DeclarativeSlotPoolFactory declarativeSlotPoolFactory, org.apache.flink.util.clock.Clock clock, Duration rpcTimeout, Duration idleSlotTimeout, Duration batchSlotTimeout, RequestSlotMatchingStrategy requestSlotMatchingStrategy, Duration slotRequestMaxInterval, boolean slotBatchAllocatable, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor componentMainThreadExecutor) DeclarativeSlotPoolBridgeServiceFactory(org.apache.flink.util.clock.Clock clock, Duration rpcTimeout, Duration slotIdleTimeout, Duration batchSlotTimeout, Duration slotRequestMaxInterval, boolean slotBatchAllocatable, RequestSlotMatchingStrategy requestSlotMatchingStrategy)