public abstract class BasePersistentStore<V> extends Object implements PersistentStore<V>
| Constructor and Description |
|---|
BasePersistentStore() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,V>> |
getAll()
Returns an iterator of entries.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, get, putdelete, getMode, getRange, putIfAbsentclosepublic Iterator<Map.Entry<String,V>> getAll()
PersistentStoregetAll in interface PersistentStore<V>Copyright © 2021 The Apache Software Foundation. All rights reserved.