public class SetAndVerifyContextQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
SetAndVerifyContextQueryRunner(ServerConfig serverConfig,
QueryRunner<T> baseRunner) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(QueryPlus<T> queryPlus,
ResponseContext responseContext) |
Query<T> |
withTimeoutAndMaxScatterGatherBytes(Query<T> query,
ServerConfig serverConfig) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic SetAndVerifyContextQueryRunner(ServerConfig serverConfig, QueryRunner<T> baseRunner)
public Sequence<T> run(QueryPlus<T> queryPlus, ResponseContext responseContext)
run in interface QueryRunner<T>public Query<T> withTimeoutAndMaxScatterGatherBytes(Query<T> query, ServerConfig serverConfig)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.