Uses of Class
org.apache.pinot.spi.data.MetricFieldSpec
-
Packages that use MetricFieldSpec Package Description org.apache.pinot.spi.data -
-
Uses of MetricFieldSpec in org.apache.pinot.spi.data
Methods in org.apache.pinot.spi.data that return MetricFieldSpec Modifier and Type Method Description MetricFieldSpecSchema. getMetricSpec(String metricName)Methods in org.apache.pinot.spi.data that return types with arguments of type MetricFieldSpec Modifier and Type Method Description List<MetricFieldSpec>Schema. getMetricFieldSpecs()Method parameters in org.apache.pinot.spi.data with type arguments of type MetricFieldSpec Modifier and Type Method Description voidSchema. setMetricFieldSpecs(List<MetricFieldSpec> metricFieldSpecs)Deprecated.
-