T - public class PerSegmentOptimizingQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
PerSegmentOptimizingQueryRunner(QueryRunner<T> base,
PerSegmentQueryOptimizationContext optimizationContext) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(QueryPlus<T> input,
ResponseContext responseContext)
Runs the given query and returns results in a time-ordered sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic PerSegmentOptimizingQueryRunner(QueryRunner<T> base, PerSegmentQueryOptimizationContext optimizationContext)
public Sequence<T> run(QueryPlus<T> input, ResponseContext responseContext)
QueryRunnerrun in interface QueryRunner<T>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.