Uses of Interface
org.apache.druid.query.QueryWatcher
Packages that use QueryWatcher
Package
Description
-
Uses of QueryWatcher in org.apache.druid.query
Constructors in org.apache.druid.query with parameters of type QueryWatcherModifierConstructorDescriptionChainedExecutionQueryRunner(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 QueryWatcherModifierConstructorDescriptionDataSourceMetadataQueryRunnerFactory(DataSourceQueryQueryToolChest toolChest, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.groupby
Constructors in org.apache.druid.query.groupby with parameters of type QueryWatcherModifierConstructorDescriptionGroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher, GroupByStatsProvider groupByStatsProvider) -
Uses of QueryWatcher in org.apache.druid.query.groupby.epinephelinae
Constructors in org.apache.druid.query.groupby.epinephelinae with parameters of type QueryWatcherModifierConstructorDescriptionGroupByMergingQueryRunner(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, GroupByStatsProvider groupByStatsProvider) -
Uses of QueryWatcher in org.apache.druid.query.metadata
Constructors in org.apache.druid.query.metadata with parameters of type QueryWatcherModifierConstructorDescriptionSegmentMetadataQueryRunnerFactory(SegmentMetadataQueryQueryToolChest toolChest, QueryWatcher queryWatcher) -
Uses of QueryWatcher in org.apache.druid.query.search
Constructors in org.apache.druid.query.search with parameters of type QueryWatcherModifierConstructorDescriptionSearchQueryRunnerFactory(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 -
Uses of QueryWatcher in org.apache.druid.query.timeseries
Constructors in org.apache.druid.query.timeseries with parameters of type QueryWatcherModifierConstructorDescriptionTimeseriesQueryRunnerFactory(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 QueryWatcherModifierConstructorDescriptionTopNQueryRunnerFactory(NonBlockingPool<ByteBuffer> computationBufferPool, TopNQueryQueryToolChest toolchest, QueryWatcher queryWatcher)