Uses of Class
org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
-
-
Uses of InsertRowPlan in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine with parameters of type InsertRowPlan Modifier and Type Method Description voidStorageEngine. insert(InsertRowPlan insertRowPlan)insert an InsertRowPlan to a storage group. -
Uses of InsertRowPlan in org.apache.iotdb.db.engine.memtable
Methods in org.apache.iotdb.db.engine.memtable with parameters of type InsertRowPlan Modifier and Type Method Description voidAbstractMemTable. insert(InsertRowPlan insertRowPlan)voidIMemTable. insert(InsertRowPlan insertRowPlan)insert into this memtablevoidAbstractMemTable. insertAlignedRow(InsertRowPlan insertRowPlan)voidIMemTable. insertAlignedRow(InsertRowPlan insertRowPlan) -
Uses of InsertRowPlan in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type InsertRowPlan Modifier and Type Method Description voidDataRegion. insert(InsertRowPlan insertRowPlan)insert one row of datavoidTsFileProcessor. insert(InsertRowPlan insertRowPlan)insert data in an InsertRowPlan into the workingMemtable. -
Uses of InsertRowPlan in org.apache.iotdb.db.engine.trigger.executor
Methods in org.apache.iotdb.db.engine.trigger.executor with parameters of type InsertRowPlan Modifier and Type Method Description static voidTriggerEngine. fire(TriggerEvent event, InsertRowPlan insertRowPlan) -
Uses of InsertRowPlan in org.apache.iotdb.db.protocol.influxdb.dto
Methods in org.apache.iotdb.db.protocol.influxdb.dto that return InsertRowPlan Modifier and Type Method Description InsertRowPlanIoTDBPoint. convertToInsertRowPlan() -
Uses of InsertRowPlan in org.apache.iotdb.db.protocol.influxdb.meta
Methods in org.apache.iotdb.db.protocol.influxdb.meta that return types with arguments of type InsertRowPlan Modifier and Type Method Description java.util.List<InsertRowPlan>TagInfoRecords. convertToInsertRowPlans() -
Uses of InsertRowPlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type InsertRowPlan Modifier and Type Method Description voidIPlanExecutor. insert(InsertRowPlan insertRowPlan)execute insert command and return whether the operator is successful.voidPlanExecutor. insert(InsertRowPlan insertRowPlan) -
Uses of InsertRowPlan in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that return InsertRowPlan Modifier and Type Method Description InsertRowPlan[]InsertRowsOfOneDevicePlan. getRowPlans()Methods in org.apache.iotdb.db.qp.physical.crud that return types with arguments of type InsertRowPlan Modifier and Type Method Description java.util.List<InsertRowPlan>InsertRowsPlan. getInsertRowPlanList()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type InsertRowPlan Modifier and Type Method Description voidInsertRowsPlan. addOneInsertRowPlan(InsertRowPlan plan, int index)Constructors in org.apache.iotdb.db.qp.physical.crud with parameters of type InsertRowPlan Constructor Description InsertRowPlan(InsertRowPlan another)InsertRowsOfOneDevicePlan(org.apache.iotdb.commons.path.PartialPath prefixPath, InsertRowPlan[] rowPlans, int[] rowPlanIndexList)This constructor is used for splitting parent InsertRowsOfOneDevicePlan into sub ones. -
Uses of InsertRowPlan in org.apache.iotdb.db.wal.node
Methods in org.apache.iotdb.db.wal.node with parameters of type InsertRowPlan Modifier and Type Method Description WALFlushListenerIWALNode. log(long memTableId, InsertRowPlan insertRowPlan)Log InsertRowPlanWALFlushListenerWALFakeNode. log(long memTableId, InsertRowPlan insertRowPlan)WALFlushListenerWALNode. log(long memTableId, InsertRowPlan insertRowPlan)
-