Uses of Class
io.permazen.kv.mvcc.SnapshotKVDatabase
Package
Description
A simple
KVStore
implementation based on a sorted array of key/value pairs.KVDatabase
implementation based on LevelDB.Utility classes for MVCC type operations using a
KVStore
.AtomicKVStore
and KVDatabase
implementations based
on H2 MVStore.-
Uses of SnapshotKVDatabase in io.permazen.kv.array
Modifier and TypeClassDescriptionclass
KVDatabase
implementation based on aAtomicArrayKVStore
, providing concurrent transactions and linearizable ACID semantics. -
Uses of SnapshotKVDatabase in io.permazen.kv.leveldb
Modifier and TypeClassDescriptionclass
KVDatabase
implementation based on aLevelDBAtomicKVStore
, providing concurrent transactions and linearizable ACID semantics. -
Uses of SnapshotKVDatabase in io.permazen.kv.mvcc
ModifierConstructorDescriptionprotected
SnapshotKVTransaction
(SnapshotKVDatabase kvdb, MutableView view, long baseVersion) Constructor. -
Uses of SnapshotKVDatabase in io.permazen.kv.mvstore
Modifier and TypeClassDescriptionclass
KVDatabase
implementation based on aMVStoreAtomicKVStore
, providing concurrent transactions and linearizable ACID semantics.