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(FreeSlotTracker freeSlotTracker, SlotProfile slotProfile)Optional<SlotSelectionStrategy.SlotInfoAndLocality>PreviousAllocationSlotSelectionStrategy. selectBestSlotForProfile(FreeSlotTracker freeSlotTracker, SlotProfile slotProfile)Optional<SlotSelectionStrategy.SlotInfoAndLocality>SlotSelectionStrategy. selectBestSlotForProfile(FreeSlotTracker freeSlotTracker, SlotProfile slotProfile)Selects the bestSlotInfow.r.t. a certain selection criterion from the provided list of available slots and considering the givenSlotProfilethat describes the requirements.protected abstract Optional<SlotSelectionStrategy.SlotInfoAndLocality>LocationPreferenceSlotSelectionStrategy. selectWithoutLocationPreference(FreeSlotTracker freeSlotTracker, ResourceProfile resourceProfile)
-