Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
Packages that use TaskManagerSlotInformation Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of TaskManagerSlotInformation in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement TaskManagerSlotInformation Modifier and Type Class Description classFineGrainedTaskManagerSlotA FineGrainedTaskManagerSlot represents a slot located in a TaskManager.Methods in org.apache.flink.runtime.resourcemanager.slotmanager with type parameters of type TaskManagerSlotInformation Modifier and Type Method Description <T extends TaskManagerSlotInformation>
Optional<T>AnyMatchingSlotMatchingStrategy. findMatchingSlot(ResourceProfile requestedProfile, Collection<T> freeSlots, java.util.function.Function<InstanceID,Integer> numberRegisteredSlotsLookup)<T extends TaskManagerSlotInformation>
Optional<T>LeastUtilizationSlotMatchingStrategy. findMatchingSlot(ResourceProfile requestedProfile, Collection<T> freeSlots, java.util.function.Function<InstanceID,Integer> numberRegisteredSlotsLookup)<T extends TaskManagerSlotInformation>
Optional<T>SlotMatchingStrategy. findMatchingSlot(ResourceProfile requestedProfile, Collection<T> freeSlots, java.util.function.Function<InstanceID,Integer> numberRegisteredSlotsLookup)Finds a matching slot for the requestedResourceProfilegiven the collection of free slots and the total number of slots per TaskExecutor.Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type TaskManagerSlotInformation Modifier and Type Method Description Optional<TaskManagerSlotInformation>FineGrainedTaskManagerTracker. getAllocatedOrPendingSlot(AllocationID allocationId)Map<AllocationID,TaskManagerSlotInformation>FineGrainedTaskManagerRegistration. getAllocatedSlots()Map<AllocationID,TaskManagerSlotInformation>TaskManagerInfo. getAllocatedSlots()Get allocated slots information.Collection<TaskManagerSlotInformation>DefaultSlotTracker. getFreeSlots()
-