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