Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
-
-
Uses of InsertTabletNode in org.apache.iotdb.db.consensus.statemachine.visitor
Methods in org.apache.iotdb.db.consensus.statemachine.visitor with parameters of type InsertTabletNode Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TSStatusDataExecutionVisitor. visitInsertTablet(InsertTabletNode node, DataRegion dataRegion) -
Uses of InsertTabletNode in org.apache.iotdb.db.engine.memtable
Methods in org.apache.iotdb.db.engine.memtable with parameters of type InsertTabletNode Modifier and Type Method Description voidAbstractMemTable. insertAlignedTablet(InsertTabletNode insertTabletNode, int start, int end)voidIMemTable. insertAlignedTablet(InsertTabletNode insertTabletNode, int start, int end)voidAbstractMemTable. insertTablet(InsertTabletNode insertTabletNode, int start, int end)voidIMemTable. insertTablet(InsertTabletNode insertTabletNode, int start, int end)voidAbstractMemTable. write(InsertTabletNode insertTabletNode, int start, int end)voidAbstractMemTable. writeAlignedTablet(InsertTabletNode insertTabletNode, int start, int end) -
Uses of InsertTabletNode in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type InsertTabletNode Modifier and Type Method Description voidDataRegion. insertTablet(InsertTabletNode insertTabletNode)Insert a tablet (rows belonging to the same devices) into this storage group.voidTsFileProcessor. insertTablet(InsertTabletNode insertTabletNode, int start, int end, org.apache.iotdb.common.rpc.thrift.TSStatus[] results)insert batch data of insertTabletPlan into the workingMemtable. -
Uses of InsertTabletNode in org.apache.iotdb.db.mpp.plan.planner.plan.node
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node with parameters of type InsertTabletNode Modifier and Type Method Description RPlanVisitor. visitInsertTablet(InsertTabletNode node, C context) -
Uses of InsertTabletNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.write that return InsertTabletNode Modifier and Type Method Description static InsertTabletNodeInsertTabletNode. deserialize(java.nio.ByteBuffer byteBuffer)static InsertTabletNodeInsertTabletNode. deserializeFromWAL(java.io.DataInputStream stream)Deserialize from walstatic InsertTabletNodeInsertTabletNode. deserializeFromWAL(java.nio.ByteBuffer buffer)Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.write that return types with arguments of type InsertTabletNode Modifier and Type Method Description java.util.List<InsertTabletNode>InsertMultiTabletsNode. getInsertTabletNodeList()Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.write with parameters of type InsertTabletNode Modifier and Type Method Description voidInsertMultiTabletsNode. addInsertTabletNode(InsertTabletNode node, java.lang.Integer parentIndex) -
Uses of InsertTabletNode in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils with parameters of type InsertTabletNode Modifier and Type Method Description static longMemUtils. getAlignedTabletSize(InsertTabletNode insertTabletNode, int start, int end, boolean addingTextDataSize)static longMemUtils. getTabletSize(InsertTabletNode insertTabletNode, 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 InsertTabletNode in org.apache.iotdb.db.wal.buffer
Constructors in org.apache.iotdb.db.wal.buffer with parameters of type InsertTabletNode Constructor Description WALInfoEntry(long memTableId, InsertTabletNode value, int tabletStart, int tabletEnd) -
Uses of InsertTabletNode in org.apache.iotdb.db.wal.node
Methods in org.apache.iotdb.db.wal.node with parameters of type InsertTabletNode Modifier and Type Method Description WALFlushListenerIWALNode. log(long memTableId, InsertTabletNode insertTabletNode, int start, int end)Log InsertTabletNodeWALFlushListenerWALFakeNode. log(long memTableId, InsertTabletNode insertTabletNode, int start, int end)WALFlushListenerWALNode. log(long memTableId, InsertTabletNode insertTabletNode, int start, int end)
-