public class UnionQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
UnionQueryRunner(QueryRunner<T> baseRunner,
QueryToolChest<T,Query<T>> toolChest) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<T> |
run(Query<T> query,
Map<String,Object> responseContext) |
public UnionQueryRunner(QueryRunner<T> baseRunner, QueryToolChest<T,Query<T>> toolChest)
Copyright © 2011–2016. All rights reserved.