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