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