Uses of Interface
org.apache.druid.query.QueryWatcher
-
-
Uses of QueryWatcher in org.apache.druid.query
Constructors in org.apache.druid.query with parameters of type QueryWatcher Constructor Description ChainedExecutionQueryRunner(QueryProcessingPool queryProcessingPool, QueryWatcher queryWatcher, Iterable<QueryRunner<T>> queryables) -
Uses of QueryWatcher in org.apache.druid.query.datasourcemetadata
Constructors in org.apache.druid.query.datasourcemetadata with parameters of type QueryWatcher Constructor Description DataSourceMetadataQueryRunnerFactory(DataSourceQueryQueryToolChest toolChest, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.groupby
Constructors in org.apache.druid.query.groupby with parameters of type QueryWatcher Constructor Description GroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, NonBlockingPool<ByteBuffer> bufferPool, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.groupby.epinephelinae
Constructors in org.apache.druid.query.groupby.epinephelinae with parameters of type QueryWatcher Constructor Description GroupByMergingQueryRunner(GroupByQueryConfig config, DruidProcessingConfig processingConfig, QueryProcessingPool queryProcessingPool, QueryWatcher queryWatcher, Iterable<QueryRunner<ResultRow>> queryables, GroupByResourcesReservationPool groupByResourcesReservationPool, int concurrencyHint, int mergeBufferSize, com.fasterxml.jackson.databind.ObjectMapper spillMapper, String processingTmpDir) -
Uses of QueryWatcher in org.apache.druid.query.metadata
Constructors in org.apache.druid.query.metadata with parameters of type QueryWatcher Constructor Description SegmentMetadataQueryRunnerFactory(SegmentMetadataQueryQueryToolChest toolChest, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.search
Constructors in org.apache.druid.query.search with parameters of type QueryWatcher Constructor Description SearchQueryRunnerFactory(SearchStrategySelector strategySelector, SearchQueryQueryToolChest toolChest, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.timeboundary
Constructors in org.apache.druid.query.timeboundary with parameters of type QueryWatcher Constructor Description TimeBoundaryQueryRunnerFactory(QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.timeseries
Constructors in org.apache.druid.query.timeseries with parameters of type QueryWatcher Constructor Description TimeseriesQueryRunnerFactory(TimeseriesQueryQueryToolChest toolChest, TimeseriesQueryEngine engine, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.topn
Constructors in org.apache.druid.query.topn with parameters of type QueryWatcher Constructor Description TopNQueryRunnerFactory(NonBlockingPool<ByteBuffer> computationBufferPool, TopNQueryQueryToolChest toolchest, QueryWatcher queryWatcher)
-