Uses of Class
org.apache.iotdb.db.sync.externalpipe.operation.Operation
-
Packages that use Operation Package Description org.apache.iotdb.db.sync.datasource org.apache.iotdb.db.sync.externalpipe.operation -
-
Uses of Operation in org.apache.iotdb.db.sync.datasource
Methods in org.apache.iotdb.db.sync.datasource that return Operation Modifier and Type Method Description abstract OperationAbstractOpBlock. getOperation(long index, long length)Get data from data srcOperationDeletionOpBlock. getOperation(long index, long length)Get 1 Operation that contain needed data.OperationPipeOpManager. getOperation(java.lang.String sgName, long index, long length)Use SG and index to get Operation from all data files (Tsfile/.modes etc.).OperationPipeOpSgManager. getOperation(long beginIndex, long length)Get Operations from current StorageGroup.OperationTsFileOpBlock. getOperation(long index, long length)Get 1 Operation that contain needed data. -
Uses of Operation in org.apache.iotdb.db.sync.externalpipe.operation
Subclasses of Operation in org.apache.iotdb.db.sync.externalpipe.operation Modifier and Type Class Description classDeleteOperation1 DeleteOperation contain 1 deletion info.classInsertOperationAn insert operation may contain multiple insertions to multiple timeseries.
-