Uses of Interface
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Packages that use TaskSlotTable Package Description org.apache.flink.runtime.metrics.util org.apache.flink.runtime.taskexecutor org.apache.flink.runtime.taskexecutor.slot -
-
Uses of TaskSlotTable in org.apache.flink.runtime.metrics.util
Methods in org.apache.flink.runtime.metrics.util with parameters of type TaskSlotTable Modifier and Type Method Description static voidMetricUtils. instantiateFlinkMemoryMetricGroup(org.apache.flink.metrics.MetricGroup parentMetricGroup, TaskSlotTable<?> taskSlotTable, Supplier<Long> managedMemoryTotalSupplier) -
Uses of TaskSlotTable in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return TaskSlotTable Modifier and Type Method Description TaskSlotTable<Task>TaskManagerServices. getTaskSlotTable() -
Uses of TaskSlotTable in org.apache.flink.runtime.taskexecutor.slot
Classes in org.apache.flink.runtime.taskexecutor.slot that implement TaskSlotTable Modifier and Type Class Description classTaskSlotTableImpl<T extends TaskSlotPayload>Default implementation ofTaskSlotTable.
-