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 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) final GammaTxnGammaStm.NonSpeculativeGammaTxnFactory.newTransaction(GammaTxnPool pool) final GammaTxnGammaStm.SpeculativeGammaTxnFactory.newTransaction(GammaTxnPool pool) final GammaTxnGammaStm.NonSpeculativeGammaTxnFactory.upgradeAfterSpeculativeFailure(GammaTxn tailingTx, GammaTxnPool pool) final 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 GammaTxnPoolModifier and TypeFieldDescriptionprivate static final ThreadLocal<GammaTxnPool> ThreadLocalGammaTxnPool.threadlocalMethods in org.multiverse.stms.gamma.transactions that return GammaTxnPoolModifier and TypeMethodDescriptionstatic GammaTxnPoolThreadLocalGammaTxnPool.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)