AtomicKVStore
and KVDatabase
implementations based
on H2 MVStore.See: Description
Class | Description |
---|---|
ByteArrayDataType |
MVStore
DataType implementation encoding byte[] arrays sorted lexicographically. |
CursorIterator |
Forward
KVPair iterator based on an underlying Cursor . |
MVMapKVStore |
Straightforward
KVStore view of an MVMap . |
MVMapSnapshot |
A read-only snapshot an
MVMap . |
MVStoreAtomicKVStore | |
MVStoreKVDatabase |
KVDatabase implementation based on a MVStoreAtomicKVStore , providing concurrent transactions
and linearizable ACID semantics. |
MVStoreKVImplementation | |
MVStoreKVImplementation.Config | |
MVStoreKVTransaction |
MVStoreKVDatabase transaction. |
ReverseIterator |
Reverse
KVPair iterator on an underlying MVMap . |
AtomicKVStore
and KVDatabase
implementations based
on H2 MVStore.MVStoreAtomicKVStore
,
MVStoreKVDatabase
Copyright © 2022. All rights reserved.