Uses of Class
org.apache.drill.exec.cache.DistributedCache.CacheConfig
Packages that use DistributedCache.CacheConfig
Package
Description
Distributed cache for syncing state and data between Drillbits.
-
Uses of DistributedCache.CacheConfig in org.apache.drill.exec.cache
Methods in org.apache.drill.exec.cache that return DistributedCache.CacheConfigMethods in org.apache.drill.exec.cache with parameters of type DistributedCache.CacheConfigModifier and TypeMethodDescription<K,V> DistributedMap <K, V> DistributedCache.getMap(DistributedCache.CacheConfig<K, V> config) <K,V> DistributedMultiMap <K, V> DistributedCache.getMultiMap(DistributedCache.CacheConfig<K, V> config) -
Uses of DistributedCache.CacheConfig in org.apache.drill.exec.physical.impl.orderedpartitioner
Fields in org.apache.drill.exec.physical.impl.orderedpartitioner declared as DistributedCache.CacheConfigModifier and TypeFieldDescriptionstatic final DistributedCache.CacheConfig<String, CachedVectorContainer> OrderedPartitionRecordBatch.MULTI_CACHE_CONFIGstatic final DistributedCache.CacheConfig<String, CachedVectorContainer> OrderedPartitionRecordBatch.SINGLE_CACHE_CONFIG