Modifier and Type | Method and Description |
---|---|
protected com.metamx.common.guava.Sequence<T> |
CachingClusteredClient.mergeCachedAndUncachedSequences(List<com.metamx.common.guava.Sequence<T>> sequencesByInterval,
QueryToolChest<T,Query<T>> toolChest) |
Constructor and Description |
---|
CachingQueryRunner(String segmentIdentifier,
io.druid.query.SegmentDescriptor segmentDescriptor,
com.fasterxml.jackson.databind.ObjectMapper mapper,
Cache cache,
QueryToolChest toolchest,
QueryRunner<T> base,
ExecutorService backgroundExecutorService,
CacheConfig cacheConfig) |
Modifier and Type | Field and Description |
---|---|
Map<Class<? extends Query>,Class<? extends QueryToolChest>> |
QueryToolChestModule.mappings |
Modifier and Type | Method and Description |
---|---|
static com.google.inject.multibindings.MapBinder<Class<? extends Query>,QueryToolChest> |
DruidBinders.queryToolChestBinder(com.google.inject.Binder binder) |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<T,QueryType> |
QueryRunnerFactory.getToolchest()
Provides access to the toolchest for this specific query type.
|
<T,QueryType extends Query<T>> |
ReflectionQueryToolChestWarehouse.getToolChest(QueryType query)
Deprecated.
|
<T,QueryType extends Query<T>> |
QueryToolChestWarehouse.getToolChest(QueryType query) |
<T,QueryType extends Query<T>> |
MapQueryToolChestWarehouse.getToolChest(QueryType query) |
Modifier and Type | Method and Description |
---|---|
<T> QueryRunner<T> |
IntervalChunkingQueryRunnerDecorator.decorate(QueryRunner<T> delegate,
QueryToolChest<T,? extends Query<T>> toolChest) |
Constructor and Description |
---|
FinalizeResultsQueryRunner(QueryRunner<T> baseRunner,
QueryToolChest<T,Query<T>> toolChest) |
IntervalChunkingQueryRunner(QueryRunner<T> baseRunner,
QueryToolChest<T,Query<T>> toolChest,
ExecutorService executor,
QueryWatcher queryWatcher,
com.metamx.emitter.service.ServiceEmitter emitter) |
RetryQueryRunner(QueryRunner<T> baseRunner,
QueryToolChest<T,Query<T>> toolChest,
RetryQueryRunnerConfig config,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
UnionQueryRunner(Iterable<QueryRunner> baseRunners,
QueryToolChest<T,Query<T>> toolChest) |
Constructor and Description |
---|
MapQueryToolChestWarehouse(Map<Class<? extends Query>,QueryToolChest> toolchests) |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<Result<DataSourceMetadataResultValue>,DataSourceMetadataQuery> |
DataSourceMetadataQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
GroupByQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<io.druid.data.input.Row,GroupByQuery> |
GroupByQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
SegmentMetadataQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<SegmentAnalysis,SegmentMetadataQuery> |
SegmentMetadataQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
SearchQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<Result<SearchResultValue>,SearchQuery> |
SearchQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
SelectQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<Result<SelectResultValue>,SelectQuery> |
SelectQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
TimeBoundaryQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<Result<TimeBoundaryResultValue>,TimeBoundaryQuery> |
TimeBoundaryQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
TimeseriesQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<Result<TimeseriesResultValue>,TimeseriesQuery> |
TimeseriesQueryRunnerFactory.getToolchest() |
Modifier and Type | Class and Description |
---|---|
class |
TopNQueryQueryToolChest |
Modifier and Type | Method and Description |
---|---|
QueryToolChest<Result<TopNResultValue>,TopNQuery> |
TopNQueryRunnerFactory.getToolchest() |
Copyright © 2011–2015. All rights reserved.