public class AsyncQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
AsyncQueryRunner(QueryRunner<T> baseRunner,
ExecutorService executor,
QueryWatcher queryWatcher) |
| Modifier and Type | Method and Description |
|---|---|
io.druid.java.util.common.guava.Sequence<T> |
run(QueryPlus<T> queryPlus,
Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence.
|
public AsyncQueryRunner(QueryRunner<T> baseRunner, ExecutorService executor, QueryWatcher queryWatcher)
public io.druid.java.util.common.guava.Sequence<T> run(QueryPlus<T> queryPlus, Map<String,Object> responseContext)
QueryRunnerrun in interface QueryRunner<T>Copyright © 2011–2017. All rights reserved.