public class TopNBinaryFn extends Object implements BinaryOperator<Result<TopNResultValue>>
| Constructor and Description |
|---|
TopNBinaryFn(Granularity granularity,
DimensionSpec dimSpec,
TopNMetricSpec topNMetricSpec,
int threshold,
List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
| Modifier and Type | Method and Description |
|---|---|
Result<TopNResultValue> |
apply(Result<TopNResultValue> arg1,
Result<TopNResultValue> arg2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxBy, minByandThenpublic TopNBinaryFn(Granularity granularity, DimensionSpec dimSpec, TopNMetricSpec topNMetricSpec, int threshold, List<AggregatorFactory> aggregatorSpecs, List<PostAggregator> postAggregatorSpecs)
public Result<TopNResultValue> apply(Result<TopNResultValue> arg1, Result<TopNResultValue> arg2)
apply in interface BiFunction<Result<TopNResultValue>,Result<TopNResultValue>,Result<TopNResultValue>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.