Uses of Class
org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndLocality
-
Packages that use SlotSelectionStrategy.SlotInfoAndLocality Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotSelectionStrategy.SlotInfoAndLocality in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return SlotSelectionStrategy.SlotInfoAndLocality Modifier and Type Method Description static SlotSelectionStrategy.SlotInfoAndLocalitySlotSelectionStrategy.SlotInfoAndLocality. of(SlotInfo slotInfo, Locality locality)Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type SlotSelectionStrategy.SlotInfoAndLocality Modifier and Type Method Description Optional<SlotSelectionStrategy.SlotInfoAndLocality>LocationPreferenceSlotSelectionStrategy. selectBestSlotForProfile(FreeSlotInfoTracker freeSlotInfoTracker, SlotProfile slotProfile)Optional<SlotSelectionStrategy.SlotInfoAndLocality>PreviousAllocationSlotSelectionStrategy. selectBestSlotForProfile(FreeSlotInfoTracker freeSlotInfoTracker, SlotProfile slotProfile)Optional<SlotSelectionStrategy.SlotInfoAndLocality>SlotSelectionStrategy. selectBestSlotForProfile(FreeSlotInfoTracker freeSlotInfoTracker, SlotProfile slotProfile)Selects the bestSlotInfow.r.t.protected abstract Optional<SlotSelectionStrategy.SlotInfoAndLocality>LocationPreferenceSlotSelectionStrategy. selectWithoutLocationPreference(FreeSlotInfoTracker freeSlotInfoTracker, ResourceProfile resourceProfile)
-