Uses of Class
org.multiverse.stms.gamma.transactions.GammaTxnPool
-
Packages that use GammaTxnPool Package Description org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of GammaTxnPool in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma with parameters of type GammaTxnPool Modifier and Type Method Description private booleanFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnBooleanCallable callable)private <E> EFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnCallable<E> callable)private doubleFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnDoubleCallable callable)private intFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnIntCallable callable)private longFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnLongCallable callable)private voidFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnVoidCallable callable)GammaTxnGammaStm.NonSpeculativeGammaTxnFactory. newTransaction(GammaTxnPool pool)GammaTxnGammaStm.SpeculativeGammaTxnFactory. newTransaction(GammaTxnPool pool)GammaTxnGammaStm.NonSpeculativeGammaTxnFactory. upgradeAfterSpeculativeFailure(GammaTxn tailingTx, GammaTxnPool pool)GammaTxnGammaStm.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 GammaTxnPool Modifier and Type Field Description private static java.lang.ThreadLocal<GammaTxnPool>ThreadLocalGammaTxnPool. threadlocalMethods in org.multiverse.stms.gamma.transactions that return GammaTxnPool Modifier and Type Method Description static GammaTxnPoolThreadLocalGammaTxnPool. getThreadLocalGammaTxnPool()Returns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool.Methods in org.multiverse.stms.gamma.transactions with parameters of type GammaTxnPool Modifier and Type Method Description GammaTxnGammaTxnFactory. newTransaction(GammaTxnPool pool)GammaTxnGammaTxnFactory. upgradeAfterSpeculativeFailure(GammaTxn tx, GammaTxnPool pool)
-