Package | Description |
---|---|
io.permazen.kv.array |
A simple
KVStore implementation based on a sorted array of key/value pairs. |
Modifier and Type | Method and Description |
---|---|
AtomicArrayKVStore |
ArrayKVImplementation.createAtomicKVStore(File directory) |
AtomicArrayKVStore |
ArrayKVDatabase.getKVStore()
Get the underlying
AtomicArrayKVStore used by this instance. |
Modifier and Type | Method and Description |
---|---|
void |
ArrayKVDatabase.setKVStore(AtomicArrayKVStore kvstore)
Configure the underlying
AtomicArrayKVStore used by this instance. |
Copyright © 2022. All rights reserved.