Class BasePersistentStoreProvider
java.lang.Object
org.apache.drill.exec.store.sys.store.provider.BasePersistentStoreProvider
- All Implemented Interfaces:
AutoCloseable,PersistentStoreProvider
- Direct Known Subclasses:
CachingPersistentStoreProvider,HBasePersistentStoreProvider,LocalPersistentStoreProvider,MongoPersistentStoreProvider,ZookeeperPersistentStoreProvider
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.exec.store.sys.PersistentStoreProvider
getOrCreateStore, getOrCreateVersionedStore
-
Constructor Details
-
BasePersistentStoreProvider
public BasePersistentStoreProvider()
-
-
Method Details
-
start
Description copied from interface:PersistentStoreProviderSets up the provider.- Specified by:
startin interfacePersistentStoreProvider- Throws:
Exception
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-