Uses of Class
org.apache.druid.client.CacheUtil.ServerType
-
Packages that use CacheUtil.ServerType Package Description org.apache.druid.client -
-
Uses of CacheUtil.ServerType in org.apache.druid.client
Methods in org.apache.druid.client that return CacheUtil.ServerType Modifier and Type Method Description static CacheUtil.ServerTypeCacheUtil.ServerType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheUtil.ServerType[]CacheUtil.ServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.client with parameters of type CacheUtil.ServerType Modifier and Type Method Description static <T> booleanCacheUtil. isPopulateResultCache(org.apache.druid.query.Query<T> query, org.apache.druid.query.CacheStrategy<T,Object,org.apache.druid.query.Query<T>> cacheStrategy, CacheConfig cacheConfig, CacheUtil.ServerType serverType)Returns whether the result-level cache should be populated for a particular query.static <T> booleanCacheUtil. isPopulateSegmentCache(org.apache.druid.query.Query<T> query, org.apache.druid.query.CacheStrategy<T,Object,org.apache.druid.query.Query<T>> cacheStrategy, CacheConfig cacheConfig, CacheUtil.ServerType serverType)Returns whether the result-level cache should be populated for a particular query.static <T> booleanCacheUtil. isUseResultCache(org.apache.druid.query.Query<T> query, org.apache.druid.query.CacheStrategy<T,Object,org.apache.druid.query.Query<T>> cacheStrategy, CacheConfig cacheConfig, CacheUtil.ServerType serverType)Returns whether the result-level cache should be checked for a particular query.static <T> booleanCacheUtil. isUseSegmentCache(org.apache.druid.query.Query<T> query, org.apache.druid.query.CacheStrategy<T,Object,org.apache.druid.query.Query<T>> cacheStrategy, CacheConfig cacheConfig, CacheUtil.ServerType serverType)Returns whether the segment-level cache should be checked for a particular query.
-