Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy
-
Packages that use SlotSelectionStrategy Package Description org.apache.flink.runtime.jobmaster.slotpool org.apache.flink.runtime.util -
-
Uses of SlotSelectionStrategy in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement SlotSelectionStrategy Modifier and Type Class Description classLocationPreferenceSlotSelectionStrategyThis class implements aSlotSelectionStrategythat is based on location preference hints.classPreviousAllocationSlotSelectionStrategyThis class implements aSlotSelectionStrategythat is based on previous allocations and falls back to using location preference hints if there is no previous allocation.static classSlotSelectionStrategy.NoOpSlotSelectionStrategyThe no actions implementation ofSlotSelectionStrategy.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotSelectionStrategy Modifier and Type Method Description static PreviousAllocationSlotSelectionStrategyPreviousAllocationSlotSelectionStrategy. create(SlotSelectionStrategy fallbackSlotSelectionStrategy)Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotSelectionStrategy Constructor Description PhysicalSlotProviderImpl(SlotSelectionStrategy slotSelectionStrategy, SlotPool slotPool) -
Uses of SlotSelectionStrategy in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return SlotSelectionStrategy Modifier and Type Method Description static SlotSelectionStrategySlotSelectionStrategyUtils. selectSlotSelectionStrategy(JobType jobType, org.apache.flink.configuration.Configuration configuration)
-