Class SnapshotLogAnalyzer
- java.lang.Object
-
- org.apache.iotdb.db.engine.snapshot.SnapshotLogAnalyzer
-
public class SnapshotLogAnalyzer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SnapshotLogAnalyzer(java.io.File snapshotLogFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.apache.iotdb.tsfile.utils.Pair<java.lang.String,java.lang.String>getNextPairs()booleanhasNext()
-
-
-
Method Detail
-
close
public void close()
-
hasNext
public boolean hasNext()
-
getNextPairs
public org.apache.iotdb.tsfile.utils.Pair<java.lang.String,java.lang.String> getNextPairs()
- Returns:
- The next pair of files recorded in the log. The left one is the path of source file, the right one is the path of target file
-
-