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