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