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 classTxDecisionMaker.LockDecisionMaker<K,V>static classTxDecisionMaker.PutIfAbsentDecisionMaker<K,V>static classTxDecisionMaker.RepeatableReadLockDecisionMaker<K,V>Fields in org.h2.mvstore.tx declared as TxDecisionMaker Modifier and Type Field Description private TxDecisionMaker<K,V>TransactionMap. ifAbsentDecisionMakerprivate TxDecisionMaker<K,V>TransactionMap. lockDecisionMakerprivate TxDecisionMaker<K,V>TransactionMap. txDecisionMakerMethods in org.h2.mvstore.tx with parameters of type TxDecisionMaker Modifier and Type Method Description private VTransactionMap. set(java.lang.Object key, TxDecisionMaker<K,V> decisionMaker)
-