Uses of Class
io.permazen.kv.array.AtomicArrayKVStore
Packages that use AtomicArrayKVStore
-
Uses of AtomicArrayKVStore in io.permazen.kv.array
Methods in io.permazen.kv.array that return AtomicArrayKVStoreModifier and TypeMethodDescriptionArrayKVImplementation.createAtomicKVStore
(File directory) ArrayKVDatabase.getKVStore()
Get the underlyingAtomicArrayKVStore
used by this instance.Methods in io.permazen.kv.array with parameters of type AtomicArrayKVStoreModifier and TypeMethodDescriptionvoid
ArrayKVDatabase.setKVStore
(AtomicArrayKVStore kvstore) Configure the underlyingAtomicArrayKVStore
used by this instance.