Package | Description |
---|---|
org.infinispan.commands.tx.totalorder | |
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.totalorder |
Modifier and Type | Method and Description |
---|---|
TotalOrderRemoteTransactionState |
TotalOrderNonVersionedPrepareCommand.getOrCreateState() |
TotalOrderRemoteTransactionState |
TotalOrderPrepareCommand.getOrCreateState()
returns the
TotalOrderRemoteTransactionState associated with this transaction, creating one if no one was
associated to this transaction. |
TotalOrderRemoteTransactionState |
TotalOrderVersionedPrepareCommand.getOrCreateState() |
Modifier and Type | Method and Description |
---|---|
TotalOrderRemoteTransactionState |
RemoteTransaction.getTransactionState() |
Modifier and Type | Method and Description |
---|---|
void |
TotalOrderManager.ensureOrder(TotalOrderRemoteTransactionState state,
Object[] keysModified)
It ensures the validation order for the transaction corresponding to the prepare command.
|
void |
TotalOrderManager.release(TotalOrderRemoteTransactionState state)
Release the locked key possibly unblock waiting prepares.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.