Uses of Class
io.permazen.kv.AbstractKVStore

Packages that use AbstractKVStore
Package
Description
A simple KVStore implementation based on a sorted array of key/value pairs.
KVDatabase implementation based on Oracle's Berkeley DB Java Edition.
KVDatabase implementation based on LevelDB.
KVDatabase implementation based on LMDB.
Utility classes for MVCC type operations using a KVStore.
AtomicKVStore and KVDatabase implementations based on H2 MVStore.
A simple in-memory implementation of the KVDatabase interface.
KVDatabase implementation based on Google Cloud Spanner.
Utility classes relating to the KVDatabase interface.
KVDatabase implementation based on Xodus.