Uses of Class
org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Packages that use SlotProfile Package Description org.apache.flink.runtime.clusterframework.types org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotProfile in org.apache.flink.runtime.clusterframework.types
Methods in org.apache.flink.runtime.clusterframework.types that return SlotProfile Modifier and Type Method Description static 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 SlotProfile Modifier and Type Method Description SlotProfilePhysicalSlotRequest. getSlotProfile()Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotProfile 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.Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotProfile Constructor Description PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
-