Modifier and Type | Method and Description |
---|---|
<T> CacheStrategy<ResultType,T,QueryType> |
QueryToolChest.getCacheStrategy(QueryType query)
Returns a CacheStrategy to be used to load data into the cache and remove it from the cache.
|
Modifier and Type | Method and Description |
---|---|
CacheStrategy |
DataSourceQueryQueryToolChest.getCacheStrategy(DataSourceMetadataQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<io.druid.data.input.Row,Object,GroupByQuery> |
GroupByQueryQueryToolChest.getCacheStrategy(GroupByQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<SegmentAnalysis,SegmentAnalysis,SegmentMetadataQuery> |
SegmentMetadataQueryQueryToolChest.getCacheStrategy(SegmentMetadataQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<Result<SearchResultValue>,Object,SearchQuery> |
SearchQueryQueryToolChest.getCacheStrategy(SearchQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<Result<SelectResultValue>,Object,SelectQuery> |
SelectQueryQueryToolChest.getCacheStrategy(SelectQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<Result<TimeBoundaryResultValue>,Object,TimeBoundaryQuery> |
TimeBoundaryQueryQueryToolChest.getCacheStrategy(TimeBoundaryQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<Result<TimeseriesResultValue>,Object,TimeseriesQuery> |
TimeseriesQueryQueryToolChest.getCacheStrategy(TimeseriesQuery query) |
Modifier and Type | Method and Description |
---|---|
CacheStrategy<Result<TopNResultValue>,Object,TopNQuery> |
TopNQueryQueryToolChest.getCacheStrategy(TopNQuery query) |
Copyright © 2011–2015. All rights reserved.