Class TaskTracker
java.lang.Object
org.apache.flink.connector.file.table.stream.TaskTracker
Track the upstream tasks to determine whether all the upstream data of a checkpoint has been
received.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskTracker
public TaskTracker(int numberOfTasks)
-
-
Method Details
-
add
public boolean add(long checkpointId, int task) - Returns:
- true, if this checkpoint id need be committed.
-