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 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.
-