public class RetryQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
RetryQueryRunner(QueryRunner<T> baseRunner,
QueryToolChest<T,Query<T>> toolChest,
RetryQueryRunnerConfig config,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<T> |
run(Query<T> query,
Map<String,Object> context)
Runs the given query and returns results in a time-ordered sequence
|
public RetryQueryRunner(QueryRunner<T> baseRunner, QueryToolChest<T,Query<T>> toolChest, RetryQueryRunnerConfig config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public com.metamx.common.guava.Sequence<T> run(Query<T> query, Map<String,Object> context)
QueryRunnerrun in interface QueryRunner<T>Copyright © 2011–2016. All rights reserved.