Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
-
-
Uses of InsertRowsOfOneDeviceNode in org.apache.iotdb.db.consensus.statemachine.visitor
Methods in org.apache.iotdb.db.consensus.statemachine.visitor with parameters of type InsertRowsOfOneDeviceNode Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TSStatusDataExecutionVisitor. visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceNode node, DataRegion dataRegion) -
Uses of InsertRowsOfOneDeviceNode in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type InsertRowsOfOneDeviceNode Modifier and Type Method Description voidDataRegion. insert(InsertRowsOfOneDeviceNode insertRowsOfOneDeviceNode)insert batch of rows belongs to one device -
Uses of InsertRowsOfOneDeviceNode 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 InsertRowsOfOneDeviceNode Modifier and Type Method Description RPlanVisitor. visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceNode node, C context) -
Uses of InsertRowsOfOneDeviceNode 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 InsertRowsOfOneDeviceNode Modifier and Type Method Description static InsertRowsOfOneDeviceNodeInsertRowsOfOneDeviceNode. deserialize(java.nio.ByteBuffer byteBuffer)
-