Package org.apache.iotdb.db.wal.io
Class CheckpointReader
- java.lang.Object
-
- org.apache.iotdb.db.wal.io.CheckpointReader
-
public class CheckpointReader extends java.lang.ObjectCheckpointReader is used to read all checkpoints from .checkpoint file.
-
-
Constructor Summary
Constructors Constructor Description CheckpointReader(java.io.File logFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Checkpoint>getCheckpoints()longgetMaxMemTableId()
-
-
-
Method Detail
-
getMaxMemTableId
public long getMaxMemTableId()
-
getCheckpoints
public java.util.List<Checkpoint> getCheckpoints()
-
-