Package org.apache.drill.exec.store.sys
Class BasePersistentStore<V>
java.lang.Object
org.apache.drill.exec.store.sys.BasePersistentStore<V>
- All Implemented Interfaces:
AutoCloseable
,PersistentStore<V>
,Store<V>
- Direct Known Subclasses:
HBasePersistentStore
,InMemoryStore
,LocalPersistentStore
,MongoPersistentStore
,NoWriteLocalStore
,ZookeeperPersistentStore
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface org.apache.drill.exec.store.sys.PersistentStore
contains, get, put
Methods inherited from interface org.apache.drill.exec.store.sys.Store
delete, getMode, getRange, putIfAbsent
-
Constructor Details
-
BasePersistentStore
public BasePersistentStore()
-
-
Method Details
-
getAll
Description copied from interface:PersistentStore
Returns an iterator of entries.- Specified by:
getAll
in interfacePersistentStore<V>
-