Package | Description |
---|---|
org.infinispan.transaction.impl | |
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,
boolean isRebalance)
It notifies that a state transfer is about to start.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.