Uses of Class
org.apache.drill.exec.exception.StoreException
Packages that use StoreException
Package
Description
-
Uses of StoreException in org.apache.drill.exec.store.hbase.config
Methods in org.apache.drill.exec.store.hbase.config that throw StoreExceptionModifier and TypeMethodDescription<V> PersistentStore<V> HBasePersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) -
Uses of StoreException in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that throw StoreExceptionModifier and TypeMethodDescription<V> PersistentStore<V> PersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) Gets or creates apersistent storefor 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
Constructors in org.apache.drill.exec.store.sys.store that throw StoreExceptionModifierConstructorDescriptionZookeeperPersistentStore(org.apache.curator.framework.CuratorFramework framework, PersistentStoreConfig<V> config) -
Uses of StoreException in org.apache.drill.exec.store.sys.store.provider
Methods in org.apache.drill.exec.store.sys.store.provider that throw StoreExceptionModifier 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) Constructors in org.apache.drill.exec.store.sys.store.provider that throw StoreExceptionModifierConstructorDescriptionLocalPersistentStoreProvider(PersistentStoreRegistry<?> registry) ZookeeperPersistentStoreProvider(DrillConfig config, org.apache.curator.framework.CuratorFramework curator) -
Uses of StoreException in org.apache.drill.exec.store.sys.zk
Constructors in org.apache.drill.exec.store.sys.zk that throw StoreExceptionModifierConstructorDescriptionDeprecated.