Uses of Interface
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
Packages that use TaskSlotTable
Package
Description
-
Uses of TaskSlotTable in org.apache.flink.runtime.metrics.util
Methods in org.apache.flink.runtime.metrics.util with parameters of type TaskSlotTableModifier and TypeMethodDescriptionstatic 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 -
Uses of TaskSlotTable in org.apache.flink.runtime.taskexecutor.slot
Classes in org.apache.flink.runtime.taskexecutor.slot that implement TaskSlotTableModifier and TypeClassDescriptionclassTaskSlotTableImpl<T extends TaskSlotPayload>Default implementation ofTaskSlotTable.