Package org.apache.druid.query
Class CPUTimeMetricQueryRunner<T>
java.lang.Object
org.apache.druid.query.CPUTimeMetricQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
-
Method Summary
Modifier and TypeMethodDescriptionrun(QueryPlus<T> queryPlus, ResponseContext responseContext) Runs the given query and returns results in a time-ordered sequence.static <T> QueryRunner<T>safeBuild(QueryRunner<T> delegate, QueryToolChest<T, ? extends Query<T>> queryToolChest, ServiceEmitter emitter, AtomicLong accumulator, boolean report) 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
-
Method Details
-
run
Description copied from interface:QueryRunnerRuns the given query and returns results in a time-ordered sequence.- Specified by:
runin interfaceQueryRunner<T>
-
safeBuild
public static <T> QueryRunner<T> safeBuild(QueryRunner<T> delegate, QueryToolChest<T, ? extends Query<T>> queryToolChest, ServiceEmitter emitter, AtomicLong accumulator, boolean report)
-