Uses of Class
org.apache.iotdb.db.exception.BatchProcessException
-
Packages that use BatchProcessException Package Description org.apache.iotdb.db.engine org.apache.iotdb.db.engine.storagegroup -
-
Uses of BatchProcessException in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine that throw BatchProcessException Modifier and Type Method Description voidStorageEngine. insertTablet(InsertTabletPlan insertTabletPlan)insert a InsertTabletPlan to a storage group -
Uses of BatchProcessException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw BatchProcessException Modifier and Type Method Description voidDataRegion. insert(InsertRowsNode insertRowsNode)insert batch of rows belongs to multiple devicesvoidDataRegion. insert(InsertRowsOfOneDeviceNode insertRowsOfOneDeviceNode)insert batch of rows belongs to one devicevoidDataRegion. insertTablet(InsertTabletNode insertTabletNode)Insert a tablet (rows belonging to the same devices) into this storage group.voidDataRegion. insertTablet(InsertTabletPlan insertTabletPlan)Insert a tablet (rows belonging to the same devices) into this storage group.voidDataRegion. insertTablets(InsertMultiTabletsNode insertMultiTabletsNode)insert batch of tablets belongs to multiple devices
-