Uses of Class
org.apache.iotdb.db.engine.modification.Deletion
-
Packages that use Deletion 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.sync.datasource org.apache.iotdb.db.sync.pipedata org.apache.iotdb.db.sync.receiver.load org.apache.iotdb.db.sync.sender.manager org.apache.iotdb.db.sync.sender.pipe -
-
Uses of Deletion in org.apache.iotdb.db.engine.modification
Methods in org.apache.iotdb.db.engine.modification that return Deletion Modifier and Type Method Description static DeletionDeletion. deserializeWithoutFileOffset(java.io.DataInputStream stream) -
Uses of Deletion in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type Deletion Modifier and Type Method Description voidTsFileProcessor. deleteDataInMemory(Deletion deletion, java.util.Set<org.apache.iotdb.commons.path.PartialPath> devicePaths)Delete data which belongs to the timeseries `deviceId.measurementId` and the timestamp of which <= 'timestamp' in the deletion. -
Uses of Deletion in org.apache.iotdb.db.sync.datasource
Methods in org.apache.iotdb.db.sync.datasource with parameters of type Deletion Modifier and Type Method Description voidPipeOpManager. appendDeletionOpBlock(java.lang.String sgName, Deletion deletion, long pipeDataSerialNumber)Add 1 DeletionBlock to pipeOpSgManager. -
Uses of Deletion in org.apache.iotdb.db.sync.pipedata
Methods in org.apache.iotdb.db.sync.pipedata that return Deletion Modifier and Type Method Description DeletionDeletionPipeData. getDeletion()Constructors in org.apache.iotdb.db.sync.pipedata with parameters of type Deletion Constructor Description DeletionPipeData(java.lang.String sgName, Deletion deletion, long serialNumber)DeletionPipeData(Deletion deletion, long serialNumber) -
Uses of Deletion in org.apache.iotdb.db.sync.receiver.load
Constructors in org.apache.iotdb.db.sync.receiver.load with parameters of type Deletion Constructor Description DeletionLoader(Deletion deletion) -
Uses of Deletion in org.apache.iotdb.db.sync.sender.manager
Methods in org.apache.iotdb.db.sync.sender.manager with parameters of type Deletion Modifier and Type Method Description voidISyncManager. syncRealTimeDeletion(Deletion deletion)tsfilevoidLocalSyncManager. syncRealTimeDeletion(Deletion deletion)tsfile -
Uses of Deletion in org.apache.iotdb.db.sync.sender.pipe
Methods in org.apache.iotdb.db.sync.sender.pipe with parameters of type Deletion Modifier and Type Method Description voidTsFilePipe. collectRealTimeDeletion(Deletion deletion, java.lang.String sgName)
-