public class CachingQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
CachingQueryRunner(String cacheId,
Optional<byte[]> cacheKeyPrefix,
SegmentDescriptor segmentDescriptor,
org.joda.time.Interval actualDataInterval,
com.fasterxml.jackson.databind.ObjectMapper mapper,
Cache cache,
QueryToolChest toolchest,
QueryRunner<T> base,
CachePopulator cachePopulator,
CacheConfig cacheConfig) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(QueryPlus<T> queryPlus,
ResponseContext responseContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic CachingQueryRunner(String cacheId, Optional<byte[]> cacheKeyPrefix, SegmentDescriptor segmentDescriptor, org.joda.time.Interval actualDataInterval, com.fasterxml.jackson.databind.ObjectMapper mapper, Cache cache, QueryToolChest toolchest, QueryRunner<T> base, CachePopulator cachePopulator, CacheConfig cacheConfig)
public Sequence<T> run(QueryPlus<T> queryPlus, ResponseContext responseContext)
run in interface QueryRunner<T>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.