| Class | Description |
|---|---|
| LevelDBAtomicKVStore |
An
AtomicKVStore view of a LevelDB database. |
| LevelDBKVDatabase |
KVDatabase implementation based on a LevelDBAtomicKVStore, providing concurrent transactions
and linearizable ACID semantics. |
| LevelDBKVImplementation | |
| LevelDBKVStore |
Straightforward
KVStore view of a LevelDB database. |
| LevelDBKVTransaction |
LevelDBKVDatabase transaction. |
| LevelDBUtil |
Utility methods for use with LevelDB.
|
| SnapshotLevelDBKVStore |
Read-only
KVStore view of a LevelDB Snapshot. |
KVDatabase implementation based on LevelDB.LevelDBKVDatabase,
leveldb,
leveldbjniCopyright © 2016. All rights reserved.