| Package | Description |
|---|---|
| io.druid.query.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyBuilder |
CacheKeyBuilder.appendBoolean(boolean input) |
CacheKeyBuilder |
CacheKeyBuilder.appendByte(byte input) |
CacheKeyBuilder |
CacheKeyBuilder.appendByteArray(byte[] input) |
CacheKeyBuilder |
CacheKeyBuilder.appendCacheable(io.druid.java.util.common.Cacheable input) |
CacheKeyBuilder |
CacheKeyBuilder.appendCacheables(Collection<? extends io.druid.java.util.common.Cacheable> input)
Add a collection of Cacheables to the cache key.
|
CacheKeyBuilder |
CacheKeyBuilder.appendCacheablesIgnoringOrder(Collection<? extends io.druid.java.util.common.Cacheable> input)
Add a collection of Cacheables to the cache key.
|
CacheKeyBuilder |
CacheKeyBuilder.appendDouble(double input) |
CacheKeyBuilder |
CacheKeyBuilder.appendFloat(float input) |
CacheKeyBuilder |
CacheKeyBuilder.appendFloatArray(float[] input) |
CacheKeyBuilder |
CacheKeyBuilder.appendInt(int input) |
CacheKeyBuilder |
CacheKeyBuilder.appendString(String input) |
CacheKeyBuilder |
CacheKeyBuilder.appendStrings(Collection<String> input)
Add a collection of strings to the cache key.
|
CacheKeyBuilder |
CacheKeyBuilder.appendStringsIgnoringOrder(Collection<String> input)
Add a collection of strings to the cache key.
|
Copyright © 2011–2017. All rights reserved.