Uses of Class
org.apache.iotdb.db.engine.modification.Modification
-
Packages that use Modification Package Description org.apache.iotdb.db.engine.memtable org.apache.iotdb.db.engine.modification modification is the functional module responsible for processing UPDATE and DELETE.org.apache.iotdb.db.engine.modification.io org.apache.iotdb.db.metadata.utils org.apache.iotdb.db.query.context org.apache.iotdb.db.sync.datasource org.apache.iotdb.db.tools -
-
Uses of Modification in org.apache.iotdb.db.engine.memtable
Method parameters in org.apache.iotdb.db.engine.memtable with type arguments of type Modification Modifier and Type Method Description ReadOnlyMemChunkAbstractMemTable. query(org.apache.iotdb.commons.path.PartialPath fullPath, long ttlLowerBound, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable)ReadOnlyMemChunkIMemTable. query(org.apache.iotdb.commons.path.PartialPath fullPath, long ttlLowerBound, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable) -
Uses of Modification in org.apache.iotdb.db.engine.modification
Subclasses of Modification in org.apache.iotdb.db.engine.modification Modifier and Type Class Description classDeletionDeletion is a delete operation on a timeseries.Methods in org.apache.iotdb.db.engine.modification that return types with arguments of type Modification Modifier and Type Method Description java.util.Collection<Modification>ModificationFile. getModifications()Get all modifications stored in this file.Methods in org.apache.iotdb.db.engine.modification with parameters of type Modification Modifier and Type Method Description voidModificationFile. write(Modification mod)Write a modification in this file. -
Uses of Modification in org.apache.iotdb.db.engine.modification.io
Methods in org.apache.iotdb.db.engine.modification.io that return types with arguments of type Modification Modifier and Type Method Description java.util.Collection<Modification>LocalTextModificationAccessor. read()java.util.Collection<Modification>ModificationReader. read()Read all modifications from a persistent medium.Methods in org.apache.iotdb.db.engine.modification.io with parameters of type Modification Modifier and Type Method Description voidLocalTextModificationAccessor. write(Modification mod)voidModificationWriter. write(Modification mod)Write a new modification to the persistent medium. -
Uses of Modification in org.apache.iotdb.db.metadata.utils
Methods in org.apache.iotdb.db.metadata.utils that return types with arguments of type Modification Modifier and Type Method Description protected java.util.List<Modification>ResourceByPathUtils. getModificationsForMemtable(IMemTable memTable, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable)get modifications from a memtable.Method parameters in org.apache.iotdb.db.metadata.utils with type arguments of type Modification Modifier and Type Method Description protected java.util.List<Modification>ResourceByPathUtils. getModificationsForMemtable(IMemTable memTable, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable)get modifications from a memtable.abstract ReadOnlyMemChunkResourceByPathUtils. getReadOnlyMemChunkFromMemTable(IMemTable memTable, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable, long timeLowerBound) -
Uses of Modification in org.apache.iotdb.db.query.context
Methods in org.apache.iotdb.db.query.context that return types with arguments of type Modification 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'. -
Uses of Modification in org.apache.iotdb.db.sync.datasource
Methods in org.apache.iotdb.db.sync.datasource that return types with arguments of type Modification Modifier and Type Method Description java.util.Collection<Modification>TsFileOpBlock. getModificationList() -
Uses of Modification in org.apache.iotdb.db.tools
Fields in org.apache.iotdb.db.tools with type parameters of type Modification Modifier and Type Field Description protected java.util.Iterator<Modification>TsFileSplitByPartitionTool. modsIteratorprotected java.util.List<Modification>TsFileSplitByPartitionTool. oldModification
-