| Package | Description |
|---|---|
| org.apache.drill.exec.cache |
Distributed cache for syncing state and data between Drillbits.
|
| org.apache.drill.exec.physical.impl.orderedpartitioner |
| Modifier and Type | Method and Description |
|---|---|
DistributedCache.CacheConfig<K,V> |
DistributedCache.CacheConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> DistributedMap<K,V> |
DistributedCache.getMap(DistributedCache.CacheConfig<K,V> config) |
<K,V> DistributedMultiMap<K,V> |
DistributedCache.getMultiMap(DistributedCache.CacheConfig<K,V> config) |
| Modifier and Type | Field and Description |
|---|---|
static DistributedCache.CacheConfig<String,CachedVectorContainer> |
OrderedPartitionRecordBatch.MULTI_CACHE_CONFIG |
static DistributedCache.CacheConfig<String,CachedVectorContainer> |
OrderedPartitionRecordBatch.SINGLE_CACHE_CONFIG |
Copyright © 2021 The Apache Software Foundation. All rights reserved.