Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy
Packages that use SlotSelectionStrategy
-
Uses of SlotSelectionStrategy in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement SlotSelectionStrategyModifier and TypeClassDescriptionclassThis class implements aSlotSelectionStrategythat is based on location preference hints.classThis class implements aSlotSelectionStrategythat is based on previous allocations and falls back to using location preference hints if there is no previous allocation.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotSelectionStrategyModifier and TypeMethodDescriptionPreviousAllocationSlotSelectionStrategy.create(SlotSelectionStrategy fallbackSlotSelectionStrategy) Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotSelectionStrategyModifierConstructorDescriptionPhysicalSlotProviderImpl(SlotSelectionStrategy slotSelectionStrategy, SlotPool slotPool) -
Uses of SlotSelectionStrategy in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return SlotSelectionStrategyModifier and TypeMethodDescriptionstatic SlotSelectionStrategySlotSelectionStrategyUtils.selectSlotSelectionStrategy(JobType jobType, org.apache.flink.configuration.Configuration configuration)