Uses of Interface
org.apache.iotdb.db.metadata.idtable.IDTable
-
Packages that use IDTable Package Description org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.metadata.idtable org.apache.iotdb.db.wal.recover.file -
-
Uses of IDTable in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that return IDTable Modifier and Type Method Description IDTableDataRegion. getIdTable()Constructors in org.apache.iotdb.db.engine.storagegroup with parameters of type IDTable Constructor Description IDTableFlushTimeManager(IDTable idTable) -
Uses of IDTable in org.apache.iotdb.db.metadata.idtable
Classes in org.apache.iotdb.db.metadata.idtable that implement IDTable Modifier and Type Class Description classIDTableHashmapImplid table belongs to a storage group and mapping timeseries path to it's schemaMethods in org.apache.iotdb.db.metadata.idtable that return IDTable Modifier and Type Method Description IDTableIDTableManager. getIDTable(org.apache.iotdb.commons.path.PartialPath devicePath)get id table by device pathIDTableIDTableManager. getIDTableDirectly(java.lang.String sgPath)get id table by storage group pathMethods in org.apache.iotdb.db.metadata.idtable with parameters of type IDTable Modifier and Type Method Description voidAppendOnlyDiskSchemaManager. recover(IDTable idTable)voidIDiskSchemaManager. recover(IDTable idTable)recover id table from log file -
Uses of IDTable in org.apache.iotdb.db.wal.recover.file
Constructors in org.apache.iotdb.db.wal.recover.file with parameters of type IDTable Constructor Description TsFilePlanRedoer(TsFileResource tsFileResource, boolean sequence, IDTable idTable)UnsealedTsFileRecoverPerformer(TsFileResource tsFileResource, boolean sequence, IDTable idTable, java.util.function.Consumer<UnsealedTsFileRecoverPerformer> callbackAfterUnsealedTsFileRecovered)
-