Uses of Class
org.apache.iotdb.commons.trigger.TriggerInformation
-
Packages that use TriggerInformation Package Description org.apache.iotdb.commons.trigger -
-
Uses of TriggerInformation in org.apache.iotdb.commons.trigger
Methods in org.apache.iotdb.commons.trigger that return TriggerInformation Modifier and Type Method Description static TriggerInformationTriggerInformation. deserialize(java.io.InputStream inputStream)static TriggerInformationTriggerInformation. deserialize(java.nio.ByteBuffer byteBuffer)TriggerInformationTriggerTable. getTriggerInformation(java.lang.String triggerName)TriggerInformationTriggerTable. removeTriggerInformation(java.lang.String triggerName)Methods in org.apache.iotdb.commons.trigger that return types with arguments of type TriggerInformation Modifier and Type Method Description java.util.List<TriggerInformation>TriggerTable. getAllStatefulTriggerInformation()java.util.List<TriggerInformation>TriggerTable. getAllTriggerInformation()java.util.Map<java.lang.String,TriggerInformation>TriggerTable. getTable()Methods in org.apache.iotdb.commons.trigger with parameters of type TriggerInformation Modifier and Type Method Description voidTriggerTable. addTriggerInformation(java.lang.String triggerName, TriggerInformation triggerInformation)voidTriggerTable. setTriggerInformation(java.lang.String triggerName, TriggerInformation triggerInformation)Constructor parameters in org.apache.iotdb.commons.trigger with type arguments of type TriggerInformation Constructor Description TriggerTable(java.util.Map<java.lang.String,TriggerInformation> triggerTable)
-