Uses of Interface
org.multiverse.api.callables.TxnLongCallable
Packages that use TxnLongCallable
-
Uses of TxnLongCallable in org.multiverse.api
Methods in org.multiverse.api with parameters of type TxnLongCallableModifier and TypeMethodDescriptionstatic 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 TxnLongCallableModifier and TypeMethodDescriptionlong
FatGammaTxnExecutor.execute
(TxnLongCallable callable) private long
FatGammaTxnExecutor.execute
(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnLongCallable callable) long
GammaOrElseBlock.execute
(TxnLongCallable either, TxnLongCallable orelse) final long
LeanGammaTxnExecutor.execute
(TxnLongCallable callable) final long
FatGammaTxnExecutor.executeChecked
(TxnLongCallable callable) long
GammaOrElseBlock.executeChecked
(TxnLongCallable either, TxnLongCallable orelse) final long
LeanGammaTxnExecutor.executeChecked
(TxnLongCallable callable)