Package org.apache.druid.query
Class ReportTimelineMissingSegmentQueryRunner<T>
java.lang.Object
org.apache.druid.query.ReportTimelineMissingSegmentQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
-
Constructor Summary
ConstructorsConstructorDescriptionReportTimelineMissingSegmentQueryRunner(List<SegmentDescriptor> descriptors) -
Method Summary
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
-
ReportTimelineMissingSegmentQueryRunner
-
ReportTimelineMissingSegmentQueryRunner
-
-
Method Details
-
run
Description copied from interface:QueryRunnerRuns the given query and returns results in a time-ordered sequence.- Specified by:
runin interfaceQueryRunner<T>
-