Uses of Class
org.apache.iotdb.commons.cq.CQState
-
Packages that use CQState Package Description org.apache.iotdb.commons.cq -
-
Uses of CQState in org.apache.iotdb.commons.cq
Methods in org.apache.iotdb.commons.cq that return CQState Modifier and Type Method Description static CQStateCQState. deserialize(byte t)static CQStateCQState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CQState[]CQState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-