public interface ComplexMetricExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends T> |
extractedClass() |
T |
extractValue(InputRow inputRow,
String metricName) |
default T |
extractValue(InputRow inputRow,
String metricName,
AggregatorFactory agg) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.