Class SubtaskFileMergingManagerRestoreOperation

java.lang.Object
org.apache.flink.runtime.checkpoint.filemerging.SubtaskFileMergingManagerRestoreOperation

public class SubtaskFileMergingManagerRestoreOperation extends Object
Restore operation that restores file-merging information belonging to one subtask for FileMergingSnapshotManager.
  • Constructor Details

    • SubtaskFileMergingManagerRestoreOperation

      public SubtaskFileMergingManagerRestoreOperation(long checkpointId, FileMergingSnapshotManager fileMergingSnapshotManager, org.apache.flink.api.common.JobID jobID, org.apache.flink.api.common.TaskInfo taskInfo, OperatorID operatorID, OperatorSubtaskState subtaskState)
  • Method Details

    • restore

      public void restore()