| Class and Description |
|---|
| 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. |
| XMLKVTransaction
Transaction associated with a
XMLKVDatabase. |
Copyright © 2016. All rights reserved.