Interface Checkpointer

  • All Known Implementing Classes:
    SyncThread

    public interface Checkpointer
    The instance that is responsible for checkpointing ledger storage.
    • Method Detail

      • startCheckpoint

        void startCheckpoint​(CheckpointSource.Checkpoint checkpoint)
        Start checkpointing for a given checkpoint location.
        Parameters:
        checkpoint - the checkpoint location to checkpoint.
      • start

        void start()