Uses of Interface
org.apache.drill.exec.coord.store.TransientStore
Package
Description
Cluster coordination system based on Apache Zookeeper and Curator.
A single-node "cluster coordinator" used when running Drill locally.
Zookeeper/Curator integration code.
Interface between the Application Master and ZooKeeper.
-
Uses of TransientStore in org.apache.drill.exec.coord
Modifier and TypeMethodDescriptionabstract <V> TransientStore<V>
ClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config) Returns astore
instance with the givenconfiguration
. -
Uses of TransientStore in org.apache.drill.exec.coord.local
Modifier and TypeMethodDescription<V> TransientStore<V>
LocalClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config) -
Uses of TransientStore in org.apache.drill.exec.coord.store
Modifier and TypeMethodDescription<V> TransientStore<V>
CachingTransientStoreFactory.getOrCreateStore
(TransientStoreConfig<V> config) <V> TransientStore<V>
TransientStoreFactory.getOrCreateStore
(TransientStoreConfig<V> config) Returns atransient store
instance for the given configuration. -
Uses of TransientStore in org.apache.drill.exec.coord.zk
Modifier and TypeMethodDescription<V> TransientStore<V>
ZKClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config) -
Uses of TransientStore in org.apache.drill.exec.server
-
Uses of TransientStore in org.apache.drill.yarn.zk
Modifier and TypeMethodDescription<V> TransientStore<V>
ZKClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config)