| Package | Description |
|---|---|
| org.apache.carbondata.datamap.bloom |
| Modifier and Type | Method and Description |
|---|---|
BloomCacheKeyValue.CacheValue |
BloomDataMapCache.get(BloomCacheKeyValue.CacheKey key) |
BloomCacheKeyValue.CacheValue |
BloomDataMapCache.getIfPresent(BloomCacheKeyValue.CacheKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<BloomCacheKeyValue.CacheValue> |
BloomDataMapCache.getAll(List<BloomCacheKeyValue.CacheKey> keys) |
Cache<BloomCacheKeyValue.CacheKey,BloomCacheKeyValue.CacheValue> |
BloomDataMapModel.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
BloomDataMapCache.put(BloomCacheKeyValue.CacheKey key,
BloomCacheKeyValue.CacheValue value) |
| Constructor and Description |
|---|
BloomDataMapModel(String filePath,
Cache<BloomCacheKeyValue.CacheKey,BloomCacheKeyValue.CacheValue> cache,
org.apache.hadoop.conf.Configuration configuration) |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.