|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TxnCallable | |
|---|---|
| org.multiverse.api | |
| org.multiverse.stms.gamma | |
| Uses of TxnCallable in org.multiverse.api |
|---|
| Methods in org.multiverse.api with parameters of type TxnCallable | ||
|---|---|---|
static
|
StmUtils.atomic(TxnCallable<E> callable)
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor. |
|
static
|
StmUtils.atomic(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either block, or in case of a retry, the orelse block is executed. |
|
static
|
StmUtils.atomic(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either block, or in case of a retry, the orelse block is executed. |
|
static
|
StmUtils.atomicChecked(TxnCallable<E> callable)
Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor. |
|
static
|
StmUtils.atomicChecked(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either block, or in case of a retry, the orelse block is executed. |
|
static
|
StmUtils.atomicChecked(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either block, or in case of a retry, the orelse block is executed. |
|
|
TxnExecutor.execute(TxnCallable<E> callable)
Executes the transactional callable. |
|
|
OrElseBlock.execute(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either, or when it is retried, the orelse block. |
|
|
OrElseBlock.execute(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either, or when it is retried, the orelse block. |
|
|
TxnExecutor.executeChecked(TxnCallable<E> callable)
Executes the callable. |
|
|
OrElseBlock.executeChecked(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either, or when it is retried, the orelse block. |
|
|
OrElseBlock.executeChecked(TxnCallable<E> either,
TxnCallable<E> orelse)
Executes the either, or when it is retried, the orelse block. |
|
| Uses of TxnCallable in org.multiverse.stms.gamma |
|---|
| Methods in org.multiverse.stms.gamma with parameters of type TxnCallable | ||
|---|---|---|
|
LeanGammaTxnExecutor.execute(TxnCallable<E> callable)
|
|
|
FatGammaTxnExecutor.execute(TxnCallable<E> callable)
|
|
|
GammaOrElseBlock.execute(TxnCallable<E> either,
TxnCallable<E> orelse)
|
|
|
GammaOrElseBlock.execute(TxnCallable<E> either,
TxnCallable<E> orelse)
|
|
|
LeanGammaTxnExecutor.executeChecked(TxnCallable<E> callable)
|
|
|
FatGammaTxnExecutor.executeChecked(TxnCallable<E> callable)
|
|
|
GammaOrElseBlock.executeChecked(TxnCallable<E> either,
TxnCallable<E> orelse)
|
|
|
GammaOrElseBlock.executeChecked(TxnCallable<E> either,
TxnCallable<E> orelse)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||