Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProvider
-
Packages that use PhysicalSlotProvider Package Description org.apache.flink.runtime.jobmaster.slotpool org.apache.flink.runtime.scheduler -
-
Uses of PhysicalSlotProvider in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement PhysicalSlotProvider Modifier and Type Class Description classPhysicalSlotProviderImplThe provider serves physical slot requests. -
Uses of PhysicalSlotProvider in org.apache.flink.runtime.scheduler
Constructors in org.apache.flink.runtime.scheduler with parameters of type PhysicalSlotProvider Constructor Description Factory(PhysicalSlotProvider slotProvider, boolean slotWillBeOccupiedIndefinitely)SlotSharingExecutionSlotAllocatorFactory(PhysicalSlotProvider slotProvider, boolean slotWillBeOccupiedIndefinitely, PhysicalSlotRequestBulkChecker bulkChecker, Duration allocationTimeout)
-