| Modifier and Type | Method and Description | 
|---|---|
protected com.metamx.common.guava.Sequence<T> | 
CachingClusteredClient.mergeCachedAndUncachedSequences(List<com.metamx.common.Pair<org.joda.time.Interval,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()  | 
<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)  | 
| Constructor and Description | 
|---|
FinalizeResultsQueryRunner(QueryRunner<T> baseRunner,
                          QueryToolChest<T,Query<T>> toolChest)  | 
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 © 2015. All rights reserved.