Package org.apache.druid.client
Class CachingQueryRunner<T>
java.lang.Object
org.apache.druid.client.CachingQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCachingQueryRunner(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) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.QueryRunner
run
-
Constructor Details
-
CachingQueryRunner
public 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)
-
-
Method Details
-
run
- Specified by:
runin interfaceQueryRunner<T>
-