Uses of Class
org.apache.druid.query.cache.CacheKeyBuilder
-
Packages that use CacheKeyBuilder Package Description org.apache.druid.math.expr org.apache.druid.query.cache -
-
Uses of CacheKeyBuilder in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr with parameters of type CacheKeyBuilder Modifier and Type Method Description default voidExpr. decorateCacheKeyBuilder(CacheKeyBuilder builder)Decorates theCacheKeyBuilderfor the default implementation ofExpr.getCacheKey(). -
Uses of CacheKeyBuilder in org.apache.druid.query.cache
Methods in org.apache.druid.query.cache that return CacheKeyBuilder Modifier and Type Method Description CacheKeyBuilderCacheKeyBuilder. appendBoolean(boolean input)CacheKeyBuilderCacheKeyBuilder. appendByte(byte input)CacheKeyBuilderCacheKeyBuilder. appendByteArray(byte[] input)CacheKeyBuilderCacheKeyBuilder. appendCacheable(Cacheable input)CacheKeyBuilderCacheKeyBuilder. appendCacheables(Collection<? extends Cacheable> input)Add a collection of Cacheables to the cache key.CacheKeyBuilderCacheKeyBuilder. appendCacheablesIgnoringOrder(Collection<? extends Cacheable> input)Add a collection of Cacheables to the cache key.CacheKeyBuilderCacheKeyBuilder. appendDouble(double input)CacheKeyBuilderCacheKeyBuilder. appendDoubleArray(double[] input)CacheKeyBuilderCacheKeyBuilder. appendFloat(float input)CacheKeyBuilderCacheKeyBuilder. appendFloatArray(float[] input)CacheKeyBuilderCacheKeyBuilder. appendInt(int input)CacheKeyBuilderCacheKeyBuilder. appendLong(long input)CacheKeyBuilderCacheKeyBuilder. appendString(String input)CacheKeyBuilderCacheKeyBuilder. appendStrings(Collection<String> input)Add a collection of strings to the cache key.CacheKeyBuilderCacheKeyBuilder. appendStringsIgnoringOrder(Collection<String> input)Add a collection of strings to the cache key.
-