Uses of Interface
org.multiverse.api.callables.TxnIntCallable
-
Packages that use TxnIntCallable Package Description org.multiverse.api org.multiverse.stms.gamma -
-
Uses of TxnIntCallable in org.multiverse.api
Methods in org.multiverse.api with parameters of type TxnIntCallable Modifier and Type Method Description static 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 TxnIntCallable Modifier and Type Method Description intFatGammaTxnExecutor. execute(TxnIntCallable callable)private intFatGammaTxnExecutor. execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnIntCallable callable)intGammaOrElseBlock. execute(TxnIntCallable either, TxnIntCallable orelse)intLeanGammaTxnExecutor. execute(TxnIntCallable callable)intFatGammaTxnExecutor. executeChecked(TxnIntCallable callable)intGammaOrElseBlock. executeChecked(TxnIntCallable either, TxnIntCallable orelse)intLeanGammaTxnExecutor. executeChecked(TxnIntCallable callable)
-