Package | Description |
---|---|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.totalorder |
Modifier and Type | Method and Description |
---|---|
TotalOrderLatch |
TotalOrderRemoteTransactionState.getTransactionSynchronizedBlock() |
Modifier and Type | Method and Description |
---|---|
Collection<TotalOrderLatch> |
TotalOrderRemoteTransactionState.getConflictingTransactionBlocks() |
Modifier and Type | Method and Description |
---|---|
void |
TotalOrderRemoteTransactionState.addSynchronizedBlock(TotalOrderLatch block) |
void |
TotalOrderRemoteTransactionState.setTransactionSynchronizedBlock(TotalOrderLatch block)
Sets the
TotalOrderLatch to be associated to this transaction |
Modifier and Type | Method and Description |
---|---|
void |
TotalOrderRemoteTransactionState.addAllSynchronizedBlocks(Collection<TotalOrderLatch> blocks) |
Modifier and Type | Class and Description |
---|---|
class |
TotalOrderLatchImpl
Implementation of
TotalOrderLatch |
Modifier and Type | Method and Description |
---|---|
Collection<TotalOrderLatch> |
TotalOrderManager.notifyStateTransferStart(int topologyId)
It notifies that a state transfer is about to start.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.