public interface PersistentMap<K,V> extends KeyValueStore<K,V>
boolean
isClosed()
isDirty()
void
markDirty()
processKeys(Processor<? super K> processor)
force, get, put
close
boolean processKeys(Processor<? super K> processor) throws java.io.IOException
java.io.IOException
boolean isClosed()
boolean isDirty()
void markDirty() throws java.io.IOException
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.