public class TopNBinaryFn extends Object implements BinaryFn<Result<TopNResultValue>,Result<TopNResultValue>,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)  | 
public 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 BinaryFn<Result<TopNResultValue>,Result<TopNResultValue>,Result<TopNResultValue>>Copyright © 2011–2018. All rights reserved.