public interface PersistentMap<K,V> extends KeyValueStore<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
isClosed() |
boolean |
isDirty() |
void |
markDirty() |
boolean |
processKeys(Processor<? super K> processor) |
force, get, put