public abstract class BySegmentSkippingQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description | 
|---|
BySegmentSkippingQueryRunner(QueryRunner<T> baseRunner)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Sequence<T> | 
doRun(QueryRunner<T> baseRunner,
     QueryPlus<T> queryPlus,
     Map<String,Object> context)  | 
Sequence<T> | 
run(QueryPlus<T> queryPlus,
   Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence. 
 | 
public BySegmentSkippingQueryRunner(QueryRunner<T> baseRunner)
Copyright © 2011–2018. All rights reserved.