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 |
|---|---|
com.metamx.common.guava.Sequence<T> |
run(Query<T> query,
Map<String,Object> responseContext) |
public AsyncQueryRunner(QueryRunner<T> baseRunner, ExecutorService executor, QueryWatcher queryWatcher)
Copyright © 2011–2016. All rights reserved.