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