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, org.apache.flink.api.common.time.Time rpcTimeout, org.apache.flink.api.common.time.Time idleSlotTimeout, org.apache.flink.api.common.time.Time batchSlotTimeout, RequestSlotMatchingStrategy requestSlotMatchingStrategy)DeclarativeSlotPoolBridgeServiceFactory(org.apache.flink.util.clock.Clock clock, org.apache.flink.api.common.time.Time rpcTimeout, org.apache.flink.api.common.time.Time slotIdleTimeout, org.apache.flink.api.common.time.Time batchSlotTimeout, RequestSlotMatchingStrategy requestSlotMatchingStrategy)
-