public class ResultMergeQueryRunner<T> extends BySegmentSkippingQueryRunner<T>
| Constructor and Description |
|---|
ResultMergeQueryRunner(QueryRunner<T> baseRunner,
Function<Query<T>,Comparator<T>> comparatorGenerator,
Function<Query<T>,BinaryOperator<T>> mergeFnGenerator) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
doRun(QueryRunner<T> baseRunner,
QueryPlus<T> queryPlus,
ResponseContext context) |
runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic ResultMergeQueryRunner(QueryRunner<T> baseRunner, Function<Query<T>,Comparator<T>> comparatorGenerator, Function<Query<T>,BinaryOperator<T>> mergeFnGenerator)
public Sequence<T> doRun(QueryRunner<T> baseRunner, QueryPlus<T> queryPlus, ResponseContext context)
doRun in class BySegmentSkippingQueryRunner<T>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.