static double |
StmUtils.atomic(TxnDoubleCallable callable) |
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.
|
static double |
StmUtils.atomic(TxnDoubleCallable either,
TxnDoubleCallable orelse) |
Executes the either block, or in case of a retry, the orelse block is executed.
|
static double |
StmUtils.atomicChecked(TxnDoubleCallable callable) |
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.
|
static double |
StmUtils.atomicChecked(TxnDoubleCallable either,
TxnDoubleCallable orelse) |
Executes the either block, or in case of a retry, the orelse block is executed.
|
double |
OrElseBlock.execute(TxnDoubleCallable either,
TxnDoubleCallable orelse) |
Executes the either, or when it is retried, the orelse block.
|
double |
TxnExecutor.execute(TxnDoubleCallable callable) |
Executes the transactional callable.
|
double |
OrElseBlock.executeChecked(TxnDoubleCallable either,
TxnDoubleCallable orelse) |
Executes the either, or when it is retried, the orelse block.
|
double |
TxnExecutor.executeChecked(TxnDoubleCallable callable) |
Executes the callable.
|