Uses of Class
io.permazen.kv.mvstore.MVStoreKVImplementation.Config
-
Packages that use MVStoreKVImplementation.Config Package Description io.permazen.kv.mvstore AtomicKVStore
andKVDatabase
implementations based on H2 MVStore. -
-
Uses of MVStoreKVImplementation.Config in io.permazen.kv.mvstore
Methods in io.permazen.kv.mvstore that return MVStoreKVImplementation.Config Modifier and Type Method Description MVStoreKVImplementation.Config
MVStoreKVImplementation. parseCommandLineOptions(ArrayDeque<String> options)
MVStoreKVImplementation.Config
MVStoreKVImplementation.Config. validate()
Methods in io.permazen.kv.mvstore with parameters of type MVStoreKVImplementation.Config Modifier and Type Method Description MVStoreAtomicKVStore
MVStoreKVImplementation. createAtomicKVStore(MVStoreKVImplementation.Config config)
MVStoreKVDatabase
MVStoreKVImplementation. createKVDatabase(MVStoreKVImplementation.Config config, KVDatabase ignored1, AtomicKVStore ignored2)
String
MVStoreKVImplementation. getDescription(MVStoreKVImplementation.Config config)
-