| Package | Description |
|---|---|
| org.infinispan.commands.control | |
| org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockControlCommand
LockControlCommand is a command that enables distributed locking across infinispan nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrepareCommand
Command corresponding to the 1st phase of 2PC.
|
class |
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). |
Copyright © 2022 JBoss by Red Hat. All rights reserved.