Package org.apache.iotdb.db.wal.recover
Class CheckpointRecoverUtils
- java.lang.Object
-
- org.apache.iotdb.db.wal.recover.CheckpointRecoverUtils
-
public class CheckpointRecoverUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckpointRecoverUtils.CheckpointInfo
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckpointRecoverUtils.CheckpointInforecoverMemTableInfo(java.io.File logDirectory)Recover memTable information from checkpoint folder
-
-
-
Method Detail
-
recoverMemTableInfo
public static CheckpointRecoverUtils.CheckpointInfo recoverMemTableInfo(java.io.File logDirectory)
Recover memTable information from checkpoint folder
-
-