Uses of Package
io.permazen.kv.array
Packages that use io.permazen.kv.array
-
Classes in io.permazen.kv.array used by io.permazen.kv.arrayClassDescription
KVDatabase
implementation based on aAtomicArrayKVStore
, providing concurrent transactions and linearizable ACID semantics.ArrayKVDatabase
transaction.AtomicKVStore
based onArrayKVStore
plus a write-ahead log and background compaction.