Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Packages that use SlotPool Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotPool in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement SlotPool Modifier and Type Class Description classDeclarativeSlotPoolBridgeSlotPoolimplementation which uses theDeclarativeSlotPoolto allocate slots.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotPool Modifier and Type Method Description static PhysicalSlotRequestBulkCheckerImplPhysicalSlotRequestBulkCheckerImpl. createFromSlotPool(SlotPool slotPool, org.apache.flink.util.clock.Clock clock)Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotPool Constructor Description PhysicalSlotProviderImpl(SlotSelectionStrategy slotSelectionStrategy, SlotPool slotPool)
-