public class SetAndVerifyContextQueryRunner extends Object implements QueryRunner
| Constructor and Description |
|---|
SetAndVerifyContextQueryRunner(ServerConfig serverConfig,
QueryRunner baseRunner) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
run(QueryPlus queryPlus,
Map responseContext)
Runs the given query and returns results in a time-ordered sequence.
|
static <T,QueryType extends Query<T>> |
withTimeoutAndMaxScatterGatherBytes(QueryType query,
ServerConfig serverConfig) |
public SetAndVerifyContextQueryRunner(ServerConfig serverConfig, QueryRunner baseRunner)
public Sequence run(QueryPlus queryPlus, Map responseContext)
QueryRunnerrun in interface QueryRunnerpublic static <T,QueryType extends Query<T>> QueryType withTimeoutAndMaxScatterGatherBytes(QueryType query, ServerConfig serverConfig)
Copyright © 2011–2018. All rights reserved.