Package io.permazen.kv.rocksdb
KVDatabase
implementation based on RocksDB.- See Also:
- RocksDB
-
Class Summary Class Description RocksDBAtomicKVStore AnAtomicKVStore
view of a RocksDB database.RocksDBKVDatabase KVDatabase
implementation based on aRocksDBAtomicKVStore
, providing concurrent transactions and linearizable ACID semantics.RocksDBKVImplementation RocksDBKVStore StraightforwardKVStore
view of a RocksDB database.RocksDBKVTransaction RocksDBKVDatabase
transaction.RocksDBUtil Utility methods for use with RocksDB.SnapshotRocksDBKVStore Read-onlyKVStore
view of a RocksDBSnapshot
.