Uses of Class
io.permazen.kv.simple.SimpleKVTransaction
Packages that use SimpleKVTransaction
-
Uses of SimpleKVTransaction in io.permazen.kv.simple
Subclasses of SimpleKVTransaction in io.permazen.kv.simpleMethods in io.permazen.kv.simple that return SimpleKVTransactionModifier and TypeMethodDescriptionSimpleKVDatabase.createTransaction()
SimpleKVDatabase.createTransaction
(Map<String, ?> options) Methods in io.permazen.kv.simple with parameters of type SimpleKVTransactionModifier 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
.