Uses of Class
org.h2.mvstore.tx.TxDecisionMaker
-
Packages that use TxDecisionMaker Package Description org.h2.mvstore.tx Helper classes to use the MVStore in a transactional manner. -
-
Uses of TxDecisionMaker in org.h2.mvstore.tx
Subclasses of TxDecisionMaker in org.h2.mvstore.tx Modifier and Type Class Description static class
TxDecisionMaker.LockDecisionMaker<K,V>
static class
TxDecisionMaker.PutIfAbsentDecisionMaker<K,V>
static class
TxDecisionMaker.RepeatableReadLockDecisionMaker<K,V>
Fields in org.h2.mvstore.tx declared as TxDecisionMaker Modifier and Type Field Description private TxDecisionMaker<K,V>
TransactionMap. ifAbsentDecisionMaker
private TxDecisionMaker<K,V>
TransactionMap. lockDecisionMaker
private TxDecisionMaker<K,V>
TransactionMap. txDecisionMaker
Methods in org.h2.mvstore.tx with parameters of type TxDecisionMaker Modifier and Type Method Description private V
TransactionMap. set(java.lang.Object key, TxDecisionMaker<K,V> decisionMaker)
-