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(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.Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotProfile Constructor Description PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
-