Package io.permazen.kv.leveldb
package io.permazen.kv.leveldb
KVDatabase
implementation based on LevelDB.- See Also:
-
ClassDescriptionAn
AtomicKVStore
view of a LevelDB database.KVDatabase
implementation based on aLevelDBAtomicKVStore
, providing concurrent transactions and linearizable ACID semantics.StraightforwardKVStore
view of a LevelDB database.LevelDBKVDatabase
transaction.Utility methods for use with LevelDB.Read-onlyKVStore
view of a LevelDBSnapshot
.