Package org.apache.drill.exec.cache
Interface DistributedCache
- All Superinterfaces:
AutoCloseable
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static enum
-
Field Summary
-
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) void
run()
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
-