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