Uses of Class
org.apache.drill.exec.exception.StoreException
Package
Description
-
Uses of StoreException in org.apache.drill.exec.store.hbase.config
Modifier and TypeMethodDescription<V> PersistentStore<V>
HBasePersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) -
Uses of StoreException in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescription<V> PersistentStore<V>
PersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) Gets or creates apersistent store
for the given configuration.default <V> VersionedPersistentStore<V>
PersistentStoreProvider.getOrCreateVersionedStore
(PersistentStoreConfig<V> config) Override this method if store supports versioning and return versioning instance. -
Uses of StoreException in org.apache.drill.exec.store.sys.store
ModifierConstructorDescriptionZookeeperPersistentStore
(org.apache.curator.framework.CuratorFramework framework, PersistentStoreConfig<V> config) -
Uses of StoreException in org.apache.drill.exec.store.sys.store.provider
Modifier and TypeMethodDescription<V> PersistentStore<V>
CachingPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) <V> PersistentStore<V>
ZookeeperPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) <V> VersionedPersistentStore<V>
CachingPersistentStoreProvider.getOrCreateVersionedStore
(PersistentStoreConfig<V> config) <V> VersionedPersistentStore<V>
ZookeeperPersistentStoreProvider.getOrCreateVersionedStore
(PersistentStoreConfig<V> config) ModifierConstructorDescriptionLocalPersistentStoreProvider
(PersistentStoreRegistry<?> registry) ZookeeperPersistentStoreProvider
(DrillConfig config, org.apache.curator.framework.CuratorFramework curator) -
Uses of StoreException in org.apache.drill.exec.store.sys.zk
ModifierConstructorDescriptionDeprecated.