Uses of Interface
org.multiverse.api.callables.TxnIntCallable
Packages that use TxnIntCallable
-
Uses of TxnIntCallable in org.multiverse.api
Methods in org.multiverse.api with parameters of type TxnIntCallableModifier and TypeMethodDescriptionstatic intStmUtils.atomic(TxnIntCallable callable) Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.static intStmUtils.atomic(TxnIntCallable either, TxnIntCallable orelse) Executes the either block, or in case of a retry, the orelse block is executed.static intStmUtils.atomicChecked(TxnIntCallable callable) Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.static intStmUtils.atomicChecked(TxnIntCallable either, TxnIntCallable orelse) Executes the either block, or in case of a retry, the orelse block is executed.intOrElseBlock.execute(TxnIntCallable either, TxnIntCallable orelse) Executes the either, or when it is retried, the orelse block.intTxnExecutor.execute(TxnIntCallable callable) Executes the transactional callable.intOrElseBlock.executeChecked(TxnIntCallable either, TxnIntCallable orelse) Executes the either, or when it is retried, the orelse block.intTxnExecutor.executeChecked(TxnIntCallable callable) Executes the callable. -
Uses of TxnIntCallable in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma with parameters of type TxnIntCallableModifier and TypeMethodDescriptionintFatGammaTxnExecutor.execute(TxnIntCallable callable) private intFatGammaTxnExecutor.execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnIntCallable callable) intGammaOrElseBlock.execute(TxnIntCallable either, TxnIntCallable orelse) final intLeanGammaTxnExecutor.execute(TxnIntCallable callable) final intFatGammaTxnExecutor.executeChecked(TxnIntCallable callable) intGammaOrElseBlock.executeChecked(TxnIntCallable either, TxnIntCallable orelse) final intLeanGammaTxnExecutor.executeChecked(TxnIntCallable callable)