Uses of Interface
io.permazen.kv.mvcc.Mutations

Packages that use Mutations
Package
Description
byte[] array key/value store API and related utility classes.
A simple KVStore implementation based on a sorted array of key/value pairs.
Caching KVStore and KVDatabase layers.
KVDatabase implementation based on LevelDB.
Utility classes for MVCC type operations using a KVStore.
AtomicKVStore and KVDatabase implementations based on H2 MVStore.
A distributed KVDatabase based on the Raft consensus algorithm.
KVDatabase implementations based on SQL connections.
Utility classes relating to the KVDatabase interface.