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