Uses of Class
org.apache.iotdb.db.exception.TriggerExecutionException
-
Packages that use TriggerExecutionException Package Description org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.engine.trigger.executor org.apache.iotdb.db.engine.trigger.service -
-
Uses of TriggerExecutionException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw TriggerExecutionException Modifier and Type Method Description voidDataRegion. insert(InsertRowNode insertRowNode)insert one row of datavoidDataRegion. insert(InsertRowsOfOneDeviceNode insertRowsOfOneDeviceNode)insert batch of rows belongs to one devicevoidDataRegion. insert(InsertRowPlan insertRowPlan)insert one row of datavoidDataRegion. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)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. -
Uses of TriggerExecutionException in org.apache.iotdb.db.engine.trigger.executor
Methods in org.apache.iotdb.db.engine.trigger.executor that throw TriggerExecutionException Modifier and Type Method Description static voidTriggerEngine. fire(TriggerEvent event, InsertRowPlan insertRowPlan)static voidTriggerEngine. fire(TriggerEvent event, InsertTabletPlan insertTabletPlan, int firePosition)voidTriggerExecutor. fireIfActivated(TriggerEvent event, long[] timestamps, java.lang.Object values, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType seriesDataType, org.apache.iotdb.commons.path.PartialPath path)voidTriggerExecutor. fireIfActivated(TriggerEvent event, long timestamp, java.lang.Object value, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType seriesDataType, org.apache.iotdb.commons.path.PartialPath path)voidTriggerExecutor. onCreate()voidTriggerExecutor. onDrop()voidTriggerExecutor. onStart()voidTriggerExecutor. onStop() -
Uses of TriggerExecutionException in org.apache.iotdb.db.engine.trigger.service
Methods in org.apache.iotdb.db.engine.trigger.service that throw TriggerExecutionException Modifier and Type Method Description voidTriggerRegistrationService. activate(StartTriggerPlan plan)voidTriggerRegistrationService. register(CreateTriggerPlan plan)
-