public abstract class BySegmentSkippingQueryRunner<T> extends Object implements QueryRunner<T>
BySegmentSkippingQueryRunner(QueryRunner<T> baseRunner)
protected abstract com.metamx.common.guava.Sequence<T>
doRun(QueryRunner<T> baseRunner, Query<T> query, Map<String,Object> context)
com.metamx.common.guava.Sequence<T>
run(Query<T> query, Map<String,Object> responseContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BySegmentSkippingQueryRunner(QueryRunner<T> baseRunner)
public com.metamx.common.guava.Sequence<T> run(Query<T> query, Map<String,Object> responseContext)
run
QueryRunner<T>
protected abstract com.metamx.common.guava.Sequence<T> doRun(QueryRunner<T> baseRunner, Query<T> query, Map<String,Object> context)
Copyright © 2011–2015. All rights reserved.