Uses of Package
io.permazen.kv.simple
Package
Description
A simple in-memory implementation of the
KVDatabase
interface.Spring Framework integration classes.
-
ClassDescriptionPossible return values from
LockManager.lock()
.Represents the owner of aLock
managed by aLockManager
.A simple in-memory implementation of theKVDatabase
interface.Simple implementation of theKVDatabase
interface that provides a concurrent, transactional view of an underlyingAtomicKVStore
with strong ACID semantics (assuming Atomicity and Durability are provided by the underlyingAtomicKVStore
).KVTransaction
implementation forSimpleKVDatabase
.AMemoryKVDatabase
made persistent by storing its XML content in a file or customStreamRepository
.Transaction associated with aXMLKVDatabase
. -
ClassDescriptionA simple in-memory implementation of the
KVDatabase
interface.Simple implementation of theKVDatabase
interface that provides a concurrent, transactional view of an underlyingAtomicKVStore
with strong ACID semantics (assuming Atomicity and Durability are provided by the underlyingAtomicKVStore
).AMemoryKVDatabase
made persistent by storing its XML content in a file or customStreamRepository
.