Uses of Class
org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
-
Packages that use TriggerEvent Package Description org.apache.iotdb.db.engine.trigger.executor org.apache.iotdb.db.engine.trigger.service org.apache.iotdb.db.qp.logical.sys org.apache.iotdb.db.qp.physical.sys -
-
Uses of TriggerEvent in org.apache.iotdb.db.engine.trigger.executor
Methods in org.apache.iotdb.db.engine.trigger.executor that return TriggerEvent Modifier and Type Method Description static TriggerEventTriggerEvent. construct(byte id)static TriggerEventTriggerEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TriggerEvent[]TriggerEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.engine.trigger.executor with parameters of type TriggerEvent 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) -
Uses of TriggerEvent in org.apache.iotdb.db.engine.trigger.service
Methods in org.apache.iotdb.db.engine.trigger.service that return TriggerEvent Modifier and Type Method Description TriggerEventTriggerRegistrationInformation. getEvent() -
Uses of TriggerEvent in org.apache.iotdb.db.qp.logical.sys
Methods in org.apache.iotdb.db.qp.logical.sys that return TriggerEvent Modifier and Type Method Description TriggerEventCreateTriggerOperator. getEvent()Methods in org.apache.iotdb.db.qp.logical.sys with parameters of type TriggerEvent Modifier and Type Method Description voidCreateTriggerOperator. setEvent(TriggerEvent event) -
Uses of TriggerEvent in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return TriggerEvent Modifier and Type Method Description TriggerEventCreateTriggerPlan. getEvent()Constructors in org.apache.iotdb.db.qp.physical.sys with parameters of type TriggerEvent Constructor Description CreateTriggerPlan(java.lang.String triggerName, TriggerEvent event, org.apache.iotdb.commons.path.PartialPath fullPath, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> attributes)
-