Uses of Class
org.apache.drill.exec.coord.store.TransientStoreConfig
Packages that use 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
Methods in org.apache.drill.exec.coord with parameters of type TransientStoreConfigModifier and TypeMethodDescriptionabstract <V> TransientStore<V> ClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config) Returns astoreinstance with the givenconfiguration. -
Uses of TransientStoreConfig in org.apache.drill.exec.coord.local
Methods in org.apache.drill.exec.coord.local with parameters of type TransientStoreConfigModifier and TypeMethodDescription<V> TransientStore<V> LocalClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config) Constructors in org.apache.drill.exec.coord.local with parameters of type TransientStoreConfig -
Uses of TransientStoreConfig in org.apache.drill.exec.coord.store
Fields in org.apache.drill.exec.coord.store declared as TransientStoreConfigModifier and TypeFieldDescriptionprotected final TransientStoreConfig<V> BaseTransientStore.configMethods in org.apache.drill.exec.coord.store that return TransientStoreConfigModifier and TypeMethodDescriptionTransientStoreConfigBuilder.build()BaseTransientStore.getConfig()Methods in org.apache.drill.exec.coord.store with parameters of type TransientStoreConfigModifier and TypeMethodDescription<V> TransientStore<V> CachingTransientStoreFactory.getOrCreateStore(TransientStoreConfig<V> config) <V> TransientStore<V> TransientStoreFactory.getOrCreateStore(TransientStoreConfig<V> config) Returns atransient storeinstance for the given configuration.Constructors in org.apache.drill.exec.coord.store with parameters of type TransientStoreConfig -
Uses of TransientStoreConfig in org.apache.drill.exec.coord.zk
Methods in org.apache.drill.exec.coord.zk with parameters of type TransientStoreConfigModifier and TypeMethodDescription<V> ZkEphemeralStore<V> ZkTransientStoreFactory.getOrCreateStore(TransientStoreConfig<V> config) <V> TransientStore<V> ZKClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config) Constructors in org.apache.drill.exec.coord.zk with parameters of type TransientStoreConfigModifierConstructorDescriptionZkEphemeralStore(TransientStoreConfig<V> config, org.apache.curator.framework.CuratorFramework curator) -
Uses of TransientStoreConfig in org.apache.drill.yarn.zk
Methods in org.apache.drill.yarn.zk with parameters of type TransientStoreConfigModifier and TypeMethodDescription<V> TransientStore<V> ZKClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config)