Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TTriggerState
-
-
Uses of TTriggerState in org.apache.iotdb.confignode.rpc.thrift
Methods in org.apache.iotdb.confignode.rpc.thrift that return TTriggerState Modifier and Type Method Description static TTriggerStateTTriggerState. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static TTriggerStateTTriggerState. valueOf(String name)Returns the enum constant of this type with the specified name.static TTriggerState[]TTriggerState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-