java.lang.Object
org.apache.flink.connector.file.table.stream.TaskTracker

@Internal public class TaskTracker extends Object
Track the upstream tasks to determine whether all the upstream data of a checkpoint has been received.
  • 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.