Uses of Class
org.multiverse.stms.gamma.transactions.GammaTxnPool
Packages that use GammaTxnPool
-
Uses of GammaTxnPool in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma with parameters of type GammaTxnPoolModifier and TypeMethodDescriptionprivate boolean
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnBooleanCallable callable) private <E> E
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnCallable<E> callable) private double
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnDoubleCallable callable) private int
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnIntCallable callable) private long
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnLongCallable callable) private void
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnVoidCallable callable) final GammaTxn
GammaStm.NonSpeculativeGammaTxnFactory.newTransaction
(GammaTxnPool pool) final GammaTxn
GammaStm.SpeculativeGammaTxnFactory.newTransaction
(GammaTxnPool pool) final GammaTxn
GammaStm.NonSpeculativeGammaTxnFactory.upgradeAfterSpeculativeFailure
(GammaTxn tailingTx, GammaTxnPool pool) final GammaTxn
GammaStm.SpeculativeGammaTxnFactory.upgradeAfterSpeculativeFailure
(GammaTxn failingTx, GammaTxnPool pool) -
Uses of GammaTxnPool in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions with type parameters of type GammaTxnPoolModifier and TypeFieldDescriptionprivate static final ThreadLocal<GammaTxnPool>
ThreadLocalGammaTxnPool.threadlocal
Methods in org.multiverse.stms.gamma.transactions that return GammaTxnPoolModifier and TypeMethodDescriptionstatic GammaTxnPool
ThreadLocalGammaTxnPool.getThreadLocalGammaTxnPool()
Returns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool.Methods in org.multiverse.stms.gamma.transactions with parameters of type GammaTxnPoolModifier and TypeMethodDescriptionGammaTxnFactory.newTransaction
(GammaTxnPool pool) GammaTxnFactory.upgradeAfterSpeculativeFailure
(GammaTxn tx, GammaTxnPool pool)