Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.FreeSlotTracker
Packages that use FreeSlotTracker
-
Uses of FreeSlotTracker in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement FreeSlotTrackerMethods in org.apache.flink.runtime.jobmaster.slotpool that return FreeSlotTrackerModifier and TypeMethodDescriptionFreeSlotTracker.createNewFreeSlotTrackerWithoutBlockedSlots(Set<AllocationID> blockedSlots) Create a new free slot tracker without blocked slots.AllocatedSlotPool.getFreeSlotTracker()Returns information about all currently free slots.DeclarativeSlotPool.getFreeSlotTracker()Returns the free slot tracker.DeclarativeSlotPoolBridge.getFreeSlotTracker()DefaultAllocatedSlotPool.getFreeSlotTracker()DefaultDeclarativeSlotPool.getFreeSlotTracker()SlotPool.getFreeSlotTracker()Returns all free slot tracker.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type FreeSlotTrackerModifier and TypeMethodDescriptionLocationPreferenceSlotSelectionStrategy.selectBestSlotForProfile(FreeSlotTracker freeSlotTracker, SlotProfile slotProfile) PreviousAllocationSlotSelectionStrategy.selectBestSlotForProfile(FreeSlotTracker freeSlotTracker, SlotProfile slotProfile) 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)