Uses of Interface
org.apache.flink.runtime.taskmanager.TaskActions
-
Packages that use TaskActions Package Description org.apache.flink.runtime.taskmanager -
-
Uses of TaskActions in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement TaskActions Modifier and Type Class Description classNoOpTaskActionsA dummy implementation of theTaskActionswhich is mainly used for tests.classTaskThe Task represents one execution of a parallel subtask on a TaskManager.
-