Package org.apache.druid.server
Class SetAndVerifyContextQueryRunner<T>
java.lang.Object
org.apache.druid.server.SetAndVerifyContextQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
Use this QueryRunner to set and verify Query contexts.
-
Constructor Summary
ConstructorsConstructorDescriptionSetAndVerifyContextQueryRunner(ServerConfig serverConfig, QueryRunner<T> baseRunner) -
Method Summary
Modifier and TypeMethodDescriptionrun(QueryPlus<T> queryPlus, ResponseContext responseContext) withTimeoutAndMaxScatterGatherBytes(Query<T> query, ServerConfig serverConfig) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.QueryRunner
run
-
Constructor Details
-
SetAndVerifyContextQueryRunner
-
-
Method Details
-
run
- Specified by:
runin interfaceQueryRunner<T>
-
withTimeoutAndMaxScatterGatherBytes
-