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