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 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)
GammaTxn
GammaStm.NonSpeculativeGammaTxnFactory. newTransaction(GammaTxnPool pool)
GammaTxn
GammaStm.SpeculativeGammaTxnFactory. newTransaction(GammaTxnPool pool)
GammaTxn
GammaStm.NonSpeculativeGammaTxnFactory. upgradeAfterSpeculativeFailure(GammaTxn tailingTx, GammaTxnPool pool)
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 GammaTxnPool Modifier and Type Field Description private static java.lang.ThreadLocal<GammaTxnPool>
ThreadLocalGammaTxnPool. threadlocal
Methods in org.multiverse.stms.gamma.transactions that return GammaTxnPool Modifier and Type Method Description static GammaTxnPool
ThreadLocalGammaTxnPool. 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 GammaTxn
GammaTxnFactory. newTransaction(GammaTxnPool pool)
GammaTxn
GammaTxnFactory. upgradeAfterSpeculativeFailure(GammaTxn tx, GammaTxnPool pool)
-