Uses of Class
org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
-
Packages that use TsFileIdentifier Package Description org.apache.iotdb.db.engine.compaction.log -
-
Uses of TsFileIdentifier in org.apache.iotdb.db.engine.compaction.log
Methods in org.apache.iotdb.db.engine.compaction.log that return TsFileIdentifier Modifier and Type Method Description static TsFileIdentifierTsFileIdentifier. getFileIdentifierFromFilePath(java.lang.String filepath)This function generates an instance of CompactionFileIdentifier by parsing the path of a tsfile.static TsFileIdentifierTsFileIdentifier. getFileIdentifierFromInfoString(java.lang.String infoString)This function generates an instance of CompactionFileIdentifier by parsing the info string of a tsfile(usually recorded in a compaction.log), such as “sequence root.test.sg 0 0 0-0-0-0.tsfile"static TsFileIdentifierTsFileIdentifier. getFileIdentifierFromOldInfoString(java.lang.String oldInfoString)This function generates an instance of CompactionFileIdentifier by parsing the old info string from previous version (<0.13) of a tsfile(usually recorded in a compaction.log).Methods in org.apache.iotdb.db.engine.compaction.log that return types with arguments of type TsFileIdentifier Modifier and Type Method Description java.util.List<TsFileIdentifier>CompactionLogAnalyzer. getSourceFileInfos()java.util.List<TsFileIdentifier>CompactionLogAnalyzer. getTargetFileInfos()
-