Interface FileMergingSnapshotManager

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AcrossCheckpointFileMergingSnapshotManager, FileMergingSnapshotManagerBase, WithinCheckpointFileMergingSnapshotManager

public interface FileMergingSnapshotManager extends Closeable
FileMergingSnapshotManager provides an interface to manage files and meta information for checkpoint files with merging checkpoint files enabled. It manages the files for ONE single task in TM, including all subtasks of this single task that is running in this TM. There is one FileMergingSnapshotManager for each job per task manager.