Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.stms.gamma |
Modifier and Type | Method and Description |
---|---|
static void |
StmUtils.atomic(TxnVoidCallable callable)
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.
|
static void |
StmUtils.atomic(TxnVoidCallable either,
TxnVoidCallable orelse)
Executes the either block, or in case of a retry, the orelse block is executed.
|
static void |
StmUtils.atomicChecked(TxnVoidCallable callable)
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.
|
static void |
StmUtils.atomicChecked(TxnVoidCallable either,
TxnVoidCallable orelse)
Executes the either block, or in case of a retry, the orelse block is executed.
|
void |
TxnExecutor.execute(TxnVoidCallable callable)
Executes the transactional callable.
|
void |
OrElseBlock.execute(TxnVoidCallable either,
TxnVoidCallable orelse)
Executes the either, or when it is retried, the orelse block.
|
void |
TxnExecutor.executeChecked(TxnVoidCallable callable)
Executes the callable.
|
void |
OrElseBlock.executeChecked(TxnVoidCallable either,
TxnVoidCallable orelse)
Executes the either, or when it is retried, the orelse block.
|
Modifier and Type | Method and Description |
---|---|
void |
LeanGammaTxnExecutor.execute(TxnVoidCallable callable) |
void |
FatGammaTxnExecutor.execute(TxnVoidCallable callable) |
void |
GammaOrElseBlock.execute(TxnVoidCallable either,
TxnVoidCallable orelse) |
void |
LeanGammaTxnExecutor.executeChecked(TxnVoidCallable callable) |
void |
FatGammaTxnExecutor.executeChecked(TxnVoidCallable callable) |
void |
GammaOrElseBlock.executeChecked(TxnVoidCallable either,
TxnVoidCallable orelse) |
Copyright © 2020. All rights reserved.