Uses of Class
org.apache.druid.segment.MetricHolder.MetricType
-
Packages that use MetricHolder.MetricType Package Description org.apache.druid.segment -
-
Uses of MetricHolder.MetricType in org.apache.druid.segment
Methods in org.apache.druid.segment that return MetricHolder.MetricType Modifier and Type Method Description MetricHolder.MetricTypeMetricHolder. getType()static MetricHolder.MetricTypeMetricHolder.MetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricHolder.MetricType[]MetricHolder.MetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-