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