Uses of Class
org.apache.iotdb.db.engine.modification.ModificationFile
-
Packages that use ModificationFile Package Description org.apache.iotdb.db.engine.modification modification is the functional module responsible for processing UPDATE and DELETE.org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.query.context -
-
Uses of ModificationFile in org.apache.iotdb.db.engine.modification
Methods in org.apache.iotdb.db.engine.modification that return ModificationFile Modifier and Type Method Description ModificationFileModificationFile. createHardlink()Create a hardlink for the modification file.static ModificationFileModificationFile. getCompactionMods(TsFileResource tsFileResource)static ModificationFileModificationFile. getNormalMods(TsFileResource tsFileResource) -
Uses of ModificationFile in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that return ModificationFile Modifier and Type Method Description ModificationFileTsFileResource. getCompactionModFile()ModificationFileTsFileResource. getModFile()Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type ModificationFile Modifier and Type Method Description voidTsFileResource. setModFile(ModificationFile modFile) -
Uses of ModificationFile in org.apache.iotdb.db.query.context
Methods in org.apache.iotdb.db.query.context with parameters of type ModificationFile Modifier and Type Method Description java.util.List<Modification>QueryContext. getPathModifications(ModificationFile modFile, org.apache.iotdb.commons.path.PartialPath path)Find the modifications of timeseries 'path' in 'modFile'.java.util.List<java.util.List<Modification>>QueryContext. getPathModifications(ModificationFile modFile, AlignedPath path)Find the modifications of all aligned 'paths' in 'modFile'.
-