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, wait
contains, get, put
delete, getMode, getRange, putIfAbsent
close
public Iterator<Map.Entry<String,V>> getAll()
PersistentStore
getAll
in interface PersistentStore<V>
Copyright © 1970 The Apache Software Foundation. All rights reserved.