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,
Map<String,Object> responseContext) |
Query<T> |
withTimeoutAndMaxScatterGatherBytes(Query<T> query,
ServerConfig serverConfig) |
public SetAndVerifyContextQueryRunner(ServerConfig serverConfig, QueryRunner<T> baseRunner)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.