Uses of Class
org.apache.druid.query.QueryToolChest
-
-
Uses of QueryToolChest in org.apache.druid.query
Methods in org.apache.druid.query that return QueryToolChest Modifier and Type Method Description QueryToolChest<T,QueryType>QueryRunnerFactory. getToolchest()Provides access to theQueryToolChestfor this specificQuerytype.<T,QueryType extends Query<T>>
QueryToolChest<T,QueryType>MapQueryToolChestWarehouse. getToolChest(QueryType query)<T,QueryType extends Query<T>>
QueryToolChest<T,QueryType>QueryToolChestWarehouse. getToolChest(QueryType query)<T,QueryType extends Query<T>>
QueryToolChest<T,QueryType>ReflectionQueryToolChestWarehouse. getToolChest(QueryType query)Deprecated.Methods in org.apache.druid.query with parameters of type QueryToolChest Modifier and Type Method Description static <K,J extends Query<K>>
FluentQueryRunner<K>FluentQueryRunner. create(QueryRunner<K> runner, QueryToolChest<K,J> toolchest)static <T> QueryMetrics<?>DruidMetrics. makeRequestMetrics(GenericQueryMetricsFactory queryMetricsFactory, QueryToolChest<T,Query<T>> toolChest, Query<T> query, String remoteAddr)static <T> QueryRunner<T>CPUTimeMetricQueryRunner. safeBuild(QueryRunner<T> delegate, QueryToolChest<T,? extends Query<T>> queryToolChest, ServiceEmitter emitter, AtomicLong accumulator, boolean report)QueryPlus<T>QueryPlus. withQueryMetrics(QueryToolChest<T,? extends Query<T>> queryToolChest)Returns the same QueryPlus object, if it already hasQueryMetrics(QueryPlus.getQueryMetrics()returns not null), or returns a new QueryPlus object withQueryfrom this QueryPlus and QueryMetrics created using the givenQueryToolChest, viamakeMetrics(Query)method.Constructors in org.apache.druid.query with parameters of type QueryToolChest Constructor Description FinalizeResultsQueryRunner(QueryRunner<T> baseRunner, QueryToolChest<T,Query<T>> toolChest)FluentQueryRunner(QueryRunner<T> runner, QueryToolChest<T,Query<T>> toolChest)MetricsEmittingQueryRunner(ServiceEmitter emitter, QueryToolChest<T,? extends Query<T>> queryToolChest, QueryRunner<T> queryRunner, ObjLongConsumer<? super QueryMetrics<?>> reportMetric, Consumer<QueryMetrics<?>> applyCustomDimensions)Constructor parameters in org.apache.druid.query with type arguments of type QueryToolChest Constructor Description MapQueryToolChestWarehouse(Map<Class<? extends Query>,QueryToolChest> toolchests) -
Uses of QueryToolChest in org.apache.druid.query.datasourcemetadata
Subclasses of QueryToolChest in org.apache.druid.query.datasourcemetadata Modifier and Type Class Description classDataSourceQueryQueryToolChestMethods in org.apache.druid.query.datasourcemetadata that return QueryToolChest Modifier and Type Method Description QueryToolChest<Result<DataSourceMetadataResultValue>,DataSourceMetadataQuery>DataSourceMetadataQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.groupby
Subclasses of QueryToolChest in org.apache.druid.query.groupby Modifier and Type Class Description classGroupByQueryQueryToolChestToolchest for GroupBy queriesMethods in org.apache.druid.query.groupby that return QueryToolChest Modifier and Type Method Description QueryToolChest<ResultRow,GroupByQuery>GroupByQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.metadata
Subclasses of QueryToolChest in org.apache.druid.query.metadata Modifier and Type Class Description classSegmentMetadataQueryQueryToolChestMethods in org.apache.druid.query.metadata that return QueryToolChest Modifier and Type Method Description QueryToolChest<SegmentAnalysis,SegmentMetadataQuery>SegmentMetadataQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.operator
Subclasses of QueryToolChest in org.apache.druid.query.operator Modifier and Type Class Description classWindowOperatorQueryQueryToolChestMethods in org.apache.druid.query.operator that return QueryToolChest Modifier and Type Method Description QueryToolChest<RowsAndColumns,WindowOperatorQuery>WindowOperatorQueryQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.scan
Subclasses of QueryToolChest in org.apache.druid.query.scan Modifier and Type Class Description classScanQueryQueryToolChestMethods in org.apache.druid.query.scan that return QueryToolChest Modifier and Type Method Description QueryToolChest<ScanResultValue,ScanQuery>ScanQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.search
Subclasses of QueryToolChest in org.apache.druid.query.search Modifier and Type Class Description classSearchQueryQueryToolChestMethods in org.apache.druid.query.search that return QueryToolChest Modifier and Type Method Description QueryToolChest<Result<SearchResultValue>,SearchQuery>SearchQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.timeboundary
Subclasses of QueryToolChest in org.apache.druid.query.timeboundary Modifier and Type Class Description classTimeBoundaryQueryQueryToolChestMethods in org.apache.druid.query.timeboundary that return QueryToolChest Modifier and Type Method Description QueryToolChest<Result<TimeBoundaryResultValue>,TimeBoundaryQuery>TimeBoundaryQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.timeseries
Subclasses of QueryToolChest in org.apache.druid.query.timeseries Modifier and Type Class Description classTimeseriesQueryQueryToolChestMethods in org.apache.druid.query.timeseries that return QueryToolChest Modifier and Type Method Description QueryToolChest<Result<TimeseriesResultValue>,TimeseriesQuery>TimeseriesQueryRunnerFactory. getToolchest() -
Uses of QueryToolChest in org.apache.druid.query.topn
Subclasses of QueryToolChest in org.apache.druid.query.topn Modifier and Type Class Description classTopNQueryQueryToolChestMethods in org.apache.druid.query.topn that return QueryToolChest Modifier and Type Method Description QueryToolChest<Result<TopNResultValue>,TopNQuery>TopNQueryRunnerFactory. getToolchest()
-