Uses of Class
org.apache.drill.exec.coord.store.TransientStoreConfig
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 TransientStoreConfig 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 TransientStoreConfig in org.apache.drill.exec.coord.local
Modifier and TypeMethodDescription<V> TransientStore<V>
LocalClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config) -
Uses of TransientStoreConfig in org.apache.drill.exec.coord.store
Modifier and TypeFieldDescriptionprotected final TransientStoreConfig<V>
BaseTransientStore.config
Modifier and TypeMethodDescriptionTransientStoreConfigBuilder.build()
BaseTransientStore.getConfig()
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 TransientStoreConfig in org.apache.drill.exec.coord.zk
Modifier and TypeMethodDescription<V> ZkEphemeralStore<V>
ZkTransientStoreFactory.getOrCreateStore
(TransientStoreConfig<V> config) <V> TransientStore<V>
ZKClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config) ModifierConstructorDescriptionZkEphemeralStore
(TransientStoreConfig<V> config, org.apache.curator.framework.CuratorFramework curator) -
Uses of TransientStoreConfig in org.apache.drill.yarn.zk
Modifier and TypeMethodDescription<V> TransientStore<V>
ZKClusterCoordinator.getOrCreateTransientStore
(TransientStoreConfig<V> config)