Uses of Class
org.apache.flink.runtime.clusterframework.types.SlotProfile
Packages that use SlotProfile
Package
Description
-
Uses of SlotProfile in org.apache.flink.runtime.clusterframework.types
Methods in org.apache.flink.runtime.clusterframework.types that return SlotProfileModifier and TypeMethodDescriptionstatic SlotProfileSlotProfile.priorAllocation(ResourceProfile taskResourceProfile, ResourceProfile physicalSlotResourceProfile, Collection<TaskManagerLocation> preferredLocations, Collection<AllocationID> priorAllocations, Set<AllocationID> reservedAllocations) Returns a slot profile for the given resource profile, prior allocations and all prior allocation ids from the whole execution graph. -
Uses of SlotProfile in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return SlotProfileMethods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotProfileModifier 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.Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotProfileModifierConstructorDescriptionPhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)