Uses of Class
io.permazen.kv.simple.SimpleKVTransaction
-
Uses of SimpleKVTransaction in io.permazen.kv.simple
Modifier and TypeMethodDescriptionSimpleKVDatabase.createTransaction()
SimpleKVDatabase.createTransaction
(Map<String, ?> options) Modifier and TypeMethodDescriptionprotected void
SimpleKVDatabase.checkState
(SimpleKVTransaction tx) Verify that the given transaction is still usable.protected void
XMLKVDatabase.checkState
(SimpleKVTransaction tx) protected void
SimpleKVDatabase.postCommit
(SimpleKVTransaction tx, boolean successful) Invoked during transaction commit just after writing changes to the underlyingAtomicKVStore
.protected void
XMLKVDatabase.postCommit
(SimpleKVTransaction tx, boolean successful) protected void
SimpleKVDatabase.preCommit
(SimpleKVTransaction tx) Invoked during transaction commit just prior to writing changes to the underlyingAtomicKVStore
.