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