Class FileMergingSnapshotManagerBuilder

    • Constructor Detail

      • FileMergingSnapshotManagerBuilder

        public FileMergingSnapshotManagerBuilder​(String id)
        Initialize the builder.
        Parameters:
        id - the id of the manager.
    • Method Detail

      • build

        public FileMergingSnapshotManager build()
        Create file-merging snapshot manager based on configuration.

        TODO (FLINK-32074): Support another type of FileMergingSnapshotManager that merges files across different checkpoints.

        Returns:
        the created manager.