Class CheckpointSourceList

    • Constructor Detail

      • CheckpointSourceList

        public CheckpointSourceList​(java.util.List<? extends CheckpointSource> checkpointSourcesList)
    • Method Detail

      • checkpointComplete

        public void checkpointComplete​(CheckpointSource.Checkpoint checkpoint,
                                       boolean compact)
                                throws java.io.IOException
        Description copied from interface: CheckpointSource
        Tell checkpoint source that the checkpoint is completed. If compact is true, the implementation could compact to reduce size of data containing old checkpoints.
        Specified by:
        checkpointComplete in interface CheckpointSource
        Parameters:
        checkpoint - The checkpoint that has been completed
        compact - Flag to compact old checkpoints.
        Throws:
        java.io.IOException