Uses of Class
io.permazen.kv.mvstore.MVStoreAtomicKVStore
Packages that use MVStoreAtomicKVStore
-
Uses of MVStoreAtomicKVStore in io.permazen.kv.mvstore
Methods in io.permazen.kv.mvstore that return MVStoreAtomicKVStoreModifier and TypeMethodDescriptionMVStoreKVImplementation.Config.configure
(MVStoreAtomicKVStore kvstore) MVStoreKVImplementation.createAtomicKVStore
(MVStoreKVImplementation.Config config) MVStoreKVDatabase.getKVStore()
Get the underlyingMVStoreAtomicKVStore
used by this instance.Methods in io.permazen.kv.mvstore with parameters of type MVStoreAtomicKVStoreModifier and TypeMethodDescriptionMVStoreKVImplementation.Config.configure
(MVStoreAtomicKVStore kvstore) void
MVStoreKVDatabase.setKVStore
(MVStoreAtomicKVStore kvstore) Configure the underlyingMVStoreAtomicKVStore
used by this instance.