Class CheckpointReader


  • public class CheckpointReader
    extends java.lang.Object
    CheckpointReader is used to read all checkpoints from .checkpoint file.
    • Constructor Detail

      • CheckpointReader

        public CheckpointReader​(java.io.File logFile)
    • Method Detail

      • getMaxMemTableId

        public long getMaxMemTableId()
      • getCheckpoints

        public java.util.List<Checkpoint> getCheckpoints()