|
Infinispan Distribution 5.1.5.FINAL-redhat-1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| TransactionBoundaryCommand | An transaction boundary command that allows the retrieval of an attached
GlobalTransaction |
| Class Summary | |
|---|---|
| AbstractTransactionBoundaryCommand | An abstract transaction boundary command that holds a reference to a GlobalTransaction |
| CommitCommand | Command corresponding to the 2nd phase of 2PC. |
| PrepareCommand | Command corresponding to the 1st phase of 2PC. |
| RollbackCommand | Command corresponding to a transaction rollback. |
| VersionedCommitCommand | The same as a CommitCommand except that version information is also carried by this command, used by
optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ. |
| VersionedPrepareCommand | Same as PrepareCommand except that the transaction originator makes evident the versions of entries touched
and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s). |
Commands that represent transactional lifecycle transitions.
|
Infinispan Distribution 5.1.5.FINAL-redhat-1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||