Uses of Class
org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
-
-
Uses of InsertTabletPlan in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine with parameters of type InsertTabletPlan Modifier and Type Method Description voidStorageEngine. insertTablet(InsertTabletPlan insertTabletPlan)insert a InsertTabletPlan to a storage group -
Uses of InsertTabletPlan in org.apache.iotdb.db.engine.memtable
Methods in org.apache.iotdb.db.engine.memtable with parameters of type InsertTabletPlan Modifier and Type Method Description voidAbstractMemTable. insertAlignedTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidIMemTable. insertAlignedTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidAbstractMemTable. insertTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidIMemTable. insertTablet(InsertTabletPlan insertTabletPlan, int start, int end)insert tablet into this memtable.voidAbstractMemTable. write(InsertTabletPlan insertTabletPlan, int start, int end)voidIMemTable. write(InsertTabletPlan insertTabletPlan, int start, int end)write data in the range [start, end).voidAbstractMemTable. writeAlignedTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidIMemTable. writeAlignedTablet(InsertTabletPlan insertTabletPlan, int start, int end) -
Uses of InsertTabletPlan in org.apache.iotdb.db.engine.selectinto
Methods in org.apache.iotdb.db.engine.selectinto that return InsertTabletPlan Modifier and Type Method Description InsertTabletPlanInsertTabletPlanGenerator. generateInsertTabletPlan()Methods in org.apache.iotdb.db.engine.selectinto that return types with arguments of type InsertTabletPlan Modifier and Type Method Description java.util.List<InsertTabletPlan>InsertTabletPlansIterator. next() -
Uses of InsertTabletPlan in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type InsertTabletPlan Modifier and Type Method Description voidDataRegion. insertTablet(InsertTabletPlan insertTabletPlan)Insert a tablet (rows belonging to the same devices) into this storage group.voidTsFileProcessor. insertTablet(InsertTabletPlan insertTabletPlan, int start, int end, org.apache.iotdb.common.rpc.thrift.TSStatus[] results)insert batch data of insertTabletPlan into the workingMemtable. -
Uses of InsertTabletPlan in org.apache.iotdb.db.engine.trigger.executor
Methods in org.apache.iotdb.db.engine.trigger.executor with parameters of type InsertTabletPlan Modifier and Type Method Description static voidTriggerEngine. fire(TriggerEvent event, InsertTabletPlan insertTabletPlan, int firePosition) -
Uses of InsertTabletPlan in org.apache.iotdb.db.protocol.rest.handler
Methods in org.apache.iotdb.db.protocol.rest.handler that return InsertTabletPlan Modifier and Type Method Description static InsertTabletPlanPhysicalPlanConstructionHandler. constructInsertTabletPlan(org.apache.iotdb.db.protocol.rest.model.InsertTabletRequest insertTabletRequest) -
Uses of InsertTabletPlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type InsertTabletPlan Modifier and Type Method Description voidIPlanExecutor. insertTablet(InsertTabletPlan insertTabletPlan)execute batch insert planvoidPlanExecutor. insertTablet(InsertTabletPlan insertTabletPlan) -
Uses of InsertTabletPlan in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that return InsertTabletPlan Modifier and Type Method Description InsertTabletPlanInsertMultiTabletsPlan. getInsertTabletPlan(int index)Methods in org.apache.iotdb.db.qp.physical.crud that return types with arguments of type InsertTabletPlan Modifier and Type Method Description java.util.List<InsertTabletPlan>InsertMultiTabletsPlan. getInsertTabletPlanList()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type InsertTabletPlan Modifier and Type Method Description voidInsertMultiTabletsPlan. addInsertTabletPlan(InsertTabletPlan plan, java.lang.Integer parentIndex)Method parameters in org.apache.iotdb.db.qp.physical.crud with type arguments of type InsertTabletPlan Modifier and Type Method Description voidInsertMultiTabletsPlan. setInsertTabletPlanList(java.util.List<InsertTabletPlan> insertTabletPlanList)Constructor parameters in org.apache.iotdb.db.qp.physical.crud with type arguments of type InsertTabletPlan Constructor Description InsertMultiTabletsPlan(java.util.List<InsertTabletPlan> insertTabletPlanList)InsertMultiTabletsPlan(java.util.List<InsertTabletPlan> insertTabletPlanList, java.util.List<java.lang.Integer> parentInsertTabletPlanIndexList) -
Uses of InsertTabletPlan in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils with parameters of type InsertTabletPlan Modifier and Type Method Description static longMemUtils. getAlignedTabletSize(InsertTabletPlan insertTabletPlan, int start, int end, boolean addingTextDataSize)static longMemUtils. getTabletSize(InsertTabletPlan insertTabletPlan, int start, int end, boolean addingTextDataSize)If mem control enabled, do not add text data size here, the size will be added to memtable before inserting. -
Uses of InsertTabletPlan in org.apache.iotdb.db.wal.buffer
Constructors in org.apache.iotdb.db.wal.buffer with parameters of type InsertTabletPlan Constructor Description WALInfoEntry(long memTableId, InsertTabletPlan value, int tabletStart, int tabletEnd) -
Uses of InsertTabletPlan in org.apache.iotdb.db.wal.node
Methods in org.apache.iotdb.db.wal.node with parameters of type InsertTabletPlan Modifier and Type Method Description WALFlushListenerIWALNode. log(long memTableId, InsertTabletPlan insertTabletPlan, int start, int end)Log InsertTabletPlanWALFlushListenerWALFakeNode. log(long memTableId, InsertTabletPlan insertTabletPlan, int start, int end)WALFlushListenerWALNode. log(long memTableId, InsertTabletPlan insertTabletPlan, int start, int end)
-