|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommitBarrier | |
|---|---|
| org.multiverse.commitbarriers | Contains structures for 2 phase commit functionality. |
| Uses of CommitBarrier in org.multiverse.commitbarriers |
|---|
| Subclasses of CommitBarrier in org.multiverse.commitbarriers | |
|---|---|
class |
CountDownCommitBarrier
A synchronization aid that allows a set of threads and transaction to all wait for each other to reach a common barrier point; once this barrier is opened, all transaction atomically commit. |
class |
VetoCommitBarrier
The VetoCommitBarrier is a synchronization primitive that makes it possible to execute a 2 phase commit; so all transaction within a VetoCommitBarrier commit, or they all abort. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||