Class | Description |
---|---|
RocksDBAtomicKVStore |
An
AtomicKVStore view of a RocksDB database. |
RocksDBKVDatabase |
KVDatabase implementation based on a RocksDBAtomicKVStore , providing concurrent transactions
and linearizable ACID semantics. |
RocksDBKVImplementation | |
RocksDBKVStore |
Straightforward
KVStore view of a RocksDB database. |
RocksDBKVTransaction |
RocksDBKVDatabase transaction. |
RocksDBUtil |
Utility methods for use with RocksDB.
|
SnapshotRocksDBKVStore |
Read-only
KVStore view of a RocksDB Snapshot . |
KVDatabase
implementation based on RocksDB.Copyright © 2022. All rights reserved.