Class 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
      void close()  
      org.apache.iotdb.tsfile.utils.Pair<java.lang.String,​java.lang.String> getNextPairs()  
      boolean hasNext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SnapshotLogAnalyzer

        public SnapshotLogAnalyzer​(java.io.File snapshotLogFile)
                            throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • 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