Package org.apache.druid.server
Class SetAndVerifyContextQueryRunner<T>
- java.lang.Object
-
- org.apache.druid.server.SetAndVerifyContextQueryRunner<T>
-
- All Implemented Interfaces:
org.apache.druid.query.QueryRunner<T>
public class SetAndVerifyContextQueryRunner<T> extends Object implements org.apache.druid.query.QueryRunner<T>
Use this QueryRunner to set and verify Query contexts.
-
-
Constructor Summary
Constructors Constructor Description SetAndVerifyContextQueryRunner(ServerConfig serverConfig, org.apache.druid.query.QueryRunner<T> baseRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.druid.java.util.common.guava.Sequence<T>run(org.apache.druid.query.QueryPlus<T> queryPlus, org.apache.druid.query.context.ResponseContext responseContext)org.apache.druid.query.Query<T>withTimeoutAndMaxScatterGatherBytes(org.apache.druid.query.Query<T> query, ServerConfig serverConfig)
-
-
-
Constructor Detail
-
SetAndVerifyContextQueryRunner
public SetAndVerifyContextQueryRunner(ServerConfig serverConfig, org.apache.druid.query.QueryRunner<T> baseRunner)
-
-
Method Detail
-
run
public org.apache.druid.java.util.common.guava.Sequence<T> run(org.apache.druid.query.QueryPlus<T> queryPlus, org.apache.druid.query.context.ResponseContext responseContext)
- Specified by:
runin interfaceorg.apache.druid.query.QueryRunner<T>
-
withTimeoutAndMaxScatterGatherBytes
public org.apache.druid.query.Query<T> withTimeoutAndMaxScatterGatherBytes(org.apache.druid.query.Query<T> query, ServerConfig serverConfig)
-
-