public class RetryQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
RetryQueryRunner(QueryRunner<T> baseRunner,
BiFunction<Query<T>,List<SegmentDescriptor>,QueryRunner<T>> retryRunnerCreateFn,
RetryQueryRunnerConfig config,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(QueryPlus<T> queryPlus,
ResponseContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic RetryQueryRunner(QueryRunner<T> baseRunner, BiFunction<Query<T>,List<SegmentDescriptor>,QueryRunner<T>> retryRunnerCreateFn, RetryQueryRunnerConfig config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public Sequence<T> run(QueryPlus<T> queryPlus, ResponseContext context)
run in interface QueryRunner<T>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.