Class TsFilePlanRedoer


  • public class TsFilePlanRedoer
    extends java.lang.Object
    This class helps redo wal logs into a TsFile. Notice: You should update time map in TsFileResource before using this class to avoid duplicated insertion and this class doesn't guarantee concurrency safety.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TsFilePlanRedoer

        public TsFilePlanRedoer​(TsFileResource tsFileResource,
                                boolean sequence,
                                IDTable idTable)