Uses of Class
io.permazen.kv.RetryKVTransactionException
Packages that use RetryKVTransactionException
Package
Description
byte[]
array key/value store API and related utility classes.Utility classes for MVCC type operations using a
KVStore
.Permazen key/value unit test support classes.
-
Uses of RetryKVTransactionException in io.permazen.kv
Methods in io.permazen.kv that return RetryKVTransactionException -
Uses of RetryKVTransactionException in io.permazen.kv.mvcc
Subclasses of RetryKVTransactionException in io.permazen.kv.mvccModifier and TypeClassDescriptionclass
Exception thrown when a transaction fails because of an MVCC conflict. -
Uses of RetryKVTransactionException in io.permazen.kv.test
Methods in io.permazen.kv.test with parameters of type RetryKVTransactionExceptionModifier and TypeMethodDescriptionprotected void
KVTestSupport.updateRetryStats
(RetryKVTransactionException e)