Interface Checkpointer

All Known Implementing Classes:
SyncThread

public interface Checkpointer
The instance that is responsible for checkpointing ledger storage.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Checkpointer
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Start checkpointing for a given checkpoint location.
  • Field Details

  • Method Details

    • startCheckpoint

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

      void start()