Uses of Enum
org.apache.druid.client.CacheUtil.ServerType
Packages that use CacheUtil.ServerType
-
Uses of CacheUtil.ServerType in org.apache.druid.client
Methods in org.apache.druid.client that return CacheUtil.ServerTypeModifier and TypeMethodDescriptionstatic CacheUtil.ServerTypeReturns 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.ServerTypeModifier and TypeMethodDescriptionstatic <T> booleanCacheUtil.isPopulateResultCache(Query<T> query, CacheStrategy<T, Object, 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(Query<T> query, CacheStrategy<T, Object, 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(Query<T> query, CacheStrategy<T, Object, 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(Query<T> query, CacheStrategy<T, Object, Query<T>> cacheStrategy, CacheConfig cacheConfig, CacheUtil.ServerType serverType) Returns whether the segment-level cache should be checked for a particular query.