Uses of Class
org.apache.druid.query.cache.CacheKeyBuilder
Packages that use CacheKeyBuilder
-
Uses of CacheKeyBuilder in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr with parameters of type CacheKeyBuilderModifier and TypeMethodDescriptiondefault 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 CacheKeyBuilderModifier and TypeMethodDescriptionCacheKeyBuilder.appendBoolean(boolean input) CacheKeyBuilder.appendByte(byte input) CacheKeyBuilder.appendByteArray(byte[] input) CacheKeyBuilder.appendCacheable(Cacheable input) CacheKeyBuilder.appendCacheables(Collection<? extends Cacheable> input) Add a collection of Cacheables to the cache key.CacheKeyBuilder.appendCacheablesIgnoringOrder(Collection<? extends Cacheable> input) Add a collection of Cacheables to the cache key.CacheKeyBuilder.appendDouble(double input) CacheKeyBuilder.appendDoubleArray(double[] input) CacheKeyBuilder.appendFloat(float input) CacheKeyBuilder.appendFloatArray(float[] input) CacheKeyBuilder.appendInt(int input) CacheKeyBuilder.appendLong(long input) CacheKeyBuilder.appendString(String input) CacheKeyBuilder.appendStrings(Collection<String> input) Add a collection of strings to the cache key.CacheKeyBuilder.appendStringsIgnoringOrder(Collection<String> input) Add a collection of strings to the cache key.