Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.RequestSlotMatchingStrategy
-
Packages that use RequestSlotMatchingStrategy Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of RequestSlotMatchingStrategy in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement RequestSlotMatchingStrategy Modifier and Type Class Description classPreferredAllocationRequestSlotMatchingStrategyRequestSlotMatchingStrategythat takes the preferred allocations into account.classSimpleRequestSlotMatchingStrategySimple 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 RequestSlotMatchingStrategy Constructor Description DeclarativeSlotPoolBridge(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)
-