KVDatabase interface.See: Description
| Class | Description |
|---|---|
| MemoryKVImplementation | |
| SimpleKVDatabase |
Simple implementation of the
KVDatabase interface that provides a concurrent, transactional view
of an underlying KVStore with strong ACID semantics (Durability must be provided by the KVStore). |
| SimpleKVTransaction |
KVTransaction implementation for SimpleKVDatabase. |
| XMLKVDatabase |
Simple persistent
KVDatabase backed by an XML file stored in a StreamRepository. |
| XMLKVImplementation | |
| XMLKVTransaction |
Transaction associated with a
XMLKVDatabase. |
KVDatabase interface.Copyright © 2016. All rights reserved.