Package org.apache.drill.exec.cache
Interface DistributedCache
- All Superinterfaces:
AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCounter(String name) <K,V> DistributedMap <K, V> getMap(DistributedCache.CacheConfig<K, V> config) <K,V> DistributedMultiMap <K, V> getMultiMap(DistributedCache.CacheConfig<K, V> config) voidrun()Methods inherited from interface java.lang.AutoCloseable
close
-
Field Details
-
logger
static final org.slf4j.Logger logger
-
-
Method Details
-
run
- Throws:
DrillbitStartupException
-
getMap
-
getMultiMap
-
getCounter
-