Package org.apache.druid.client.cache
Class CacheConfig
java.lang.Object
org.apache.druid.client.cache.CacheConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintbooleanbooleanbooleanisQueryCacheable(String queryType) booleanisQueryCacheable(Query query) booleanboolean
-
Field Details
-
POPULATE_CACHE
- See Also:
-
-
Constructor Details
-
CacheConfig
public CacheConfig()
-
-
Method Details
-
isPopulateCache
public boolean isPopulateCache() -
isUseCache
public boolean isUseCache() -
isPopulateResultLevelCache
public boolean isPopulateResultLevelCache() -
isUseResultLevelCache
public boolean isUseResultLevelCache() -
getNumBackgroundThreads
public int getNumBackgroundThreads() -
getCacheBulkMergeLimit
public int getCacheBulkMergeLimit() -
getMaxEntrySize
public int getMaxEntrySize() -
getResultLevelCacheLimit
public int getResultLevelCacheLimit() -
isQueryCacheable
-
isQueryCacheable
-