public class TopNBinaryFn extends Object implements com.metamx.common.guava.nary.BinaryFn<Result<TopNResultValue>,Result<TopNResultValue>,Result<TopNResultValue>>
Constructor and Description |
---|
TopNBinaryFn(TopNResultMerger merger,
QueryGranularity granularity,
DimensionSpec dimSpec,
TopNMetricSpec topNMetricSpec,
int threshold,
List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
public TopNBinaryFn(TopNResultMerger merger, QueryGranularity 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 com.metamx.common.guava.nary.BinaryFn<Result<TopNResultValue>,Result<TopNResultValue>,Result<TopNResultValue>>
Copyright © 2011–2015. All rights reserved.