Uses of Class
org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
Packages that use SlotInfo Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.slotmanager org.apache.flink.runtime.rest.messages.taskmanager -
-
Uses of SlotInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type SlotInfo Modifier and Type Method Description Collection<SlotInfo>TaskManagerInfoWithSlots. getAllocatedSlots()Constructor parameters in org.apache.flink.runtime.resourcemanager with type arguments of type SlotInfo Constructor Description TaskManagerInfoWithSlots(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 SlotInfo Modifier and Type Method Description Collection<SlotInfo>FineGrainedSlotManager. getAllocatedSlotsOf(InstanceID instanceID)Collection<SlotInfo>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 SlotInfo Modifier and Type Method Description Collection<SlotInfo>TaskManagerDetailsInfo. getAllocatedSlots()Constructor parameters in org.apache.flink.runtime.rest.messages.taskmanager with type arguments of type SlotInfo Constructor Description TaskManagerDetailsInfo(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)
-