Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Packages that use FreeSlotInfoTracker Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of FreeSlotInfoTracker in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement FreeSlotInfoTracker Modifier and Type Class Description classDefaultFreeSlotInfoTrackerDefault implements ofFreeSlotInfoTracker.Methods in org.apache.flink.runtime.jobmaster.slotpool that return FreeSlotInfoTracker Modifier and Type Method Description FreeSlotInfoTrackerFreeSlotInfoTracker. createNewFreeSlotInfoTrackerWithoutBlockedSlots(Set<AllocationID> blockedSlots)Create a new free slot tracker without blocked slots.FreeSlotInfoTrackerAllocatedSlotPool. getFreeSlotInfoTracker()Returns information about all currently free slots.FreeSlotInfoTrackerDeclarativeSlotPool. getFreeSlotInfoTracker()Returns the free slot tracker.FreeSlotInfoTrackerDeclarativeSlotPoolBridge. getFreeSlotInfoTracker()FreeSlotInfoTrackerDefaultAllocatedSlotPool. getFreeSlotInfoTracker()FreeSlotInfoTrackerDefaultDeclarativeSlotPool. getFreeSlotInfoTracker()FreeSlotInfoTrackerSlotPool. getFreeSlotInfoTracker()Returns all free slot tracker.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type FreeSlotInfoTracker 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)
-