Uses of Class
org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
Packages that use SlotInfo
Package
Description
-
Uses of SlotInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type SlotInfoModifier and TypeMethodDescriptionfinal Collection<SlotInfo>TaskManagerInfoWithSlots.getAllocatedSlots()Constructor parameters in org.apache.flink.runtime.resourcemanager with type arguments of type SlotInfoModifierConstructorDescriptionTaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots) -
Uses of SlotInfo in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type SlotInfoModifier and TypeMethodDescriptionFineGrainedSlotManager.getAllocatedSlotsOf(InstanceID instanceID) SlotManager.getAllocatedSlotsOf(InstanceID instanceID) -
Uses of SlotInfo in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type SlotInfoConstructor parameters in org.apache.flink.runtime.rest.messages.taskmanager with type arguments of type SlotInfoModifierConstructorDescriptionTaskManagerDetailsInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfileInfo totalResource, ResourceProfileInfo freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked, Collection<SlotInfo> allocatedSlots, TaskManagerMetricsInfo taskManagerMetrics)