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