public class ResultLevelCachingQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
ResultLevelCachingQueryRunner(QueryRunner baseRunner,
QueryToolChest queryToolChest,
Query<T> query,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Cache cache,
CacheConfig cacheConfig) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(QueryPlus queryPlus,
ResponseContext responseContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic ResultLevelCachingQueryRunner(QueryRunner baseRunner, QueryToolChest queryToolChest, Query<T> query, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Cache cache, CacheConfig cacheConfig)
public Sequence<T> run(QueryPlus queryPlus, ResponseContext responseContext)
run in interface QueryRunner<T>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.