Uses of Interface
org.multiverse.api.callables.TxnLongCallable
-
Packages that use TxnLongCallable Package Description org.multiverse.api org.multiverse.stms.gamma -
-
Uses of TxnLongCallable in org.multiverse.api
Methods in org.multiverse.api with parameters of type TxnLongCallable Modifier and Type Method Description static long
StmUtils. atomic(TxnLongCallable callable)
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.static long
StmUtils. atomic(TxnLongCallable either, TxnLongCallable orelse)
Executes the either block, or in case of a retry, the orelse block is executed.static long
StmUtils. atomicChecked(TxnLongCallable callable)
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.static long
StmUtils. atomicChecked(TxnLongCallable either, TxnLongCallable orelse)
Executes the either block, or in case of a retry, the orelse block is executed.long
OrElseBlock. execute(TxnLongCallable either, TxnLongCallable orelse)
Executes the either, or when it is retried, the orelse block.long
TxnExecutor. execute(TxnLongCallable callable)
Executes the transactional callable.long
OrElseBlock. executeChecked(TxnLongCallable either, TxnLongCallable orelse)
Executes the either, or when it is retried, the orelse block.long
TxnExecutor. executeChecked(TxnLongCallable callable)
Executes the callable. -
Uses of TxnLongCallable in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma with parameters of type TxnLongCallable Modifier and Type Method Description long
FatGammaTxnExecutor. execute(TxnLongCallable callable)
private long
FatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnLongCallable callable)
long
GammaOrElseBlock. execute(TxnLongCallable either, TxnLongCallable orelse)
long
LeanGammaTxnExecutor. execute(TxnLongCallable callable)
long
FatGammaTxnExecutor. executeChecked(TxnLongCallable callable)
long
GammaOrElseBlock. executeChecked(TxnLongCallable either, TxnLongCallable orelse)
long
LeanGammaTxnExecutor. executeChecked(TxnLongCallable callable)
-