Uses of Interface
org.infinispan.transaction.totalorder.TotalOrderLatch
-
Packages that use TotalOrderLatch Package Description org.infinispan.transaction.impl org.infinispan.transaction.totalorder -
-
Uses of TotalOrderLatch in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl that return TotalOrderLatch Modifier and Type Method Description TotalOrderLatch
TotalOrderRemoteTransactionState. getTransactionSynchronizedBlock()
Methods in org.infinispan.transaction.impl that return types with arguments of type TotalOrderLatch Modifier and Type Method Description Collection<TotalOrderLatch>
TotalOrderRemoteTransactionState. getConflictingTransactionBlocks()
Methods in org.infinispan.transaction.impl with parameters of type TotalOrderLatch Modifier and Type Method Description void
TotalOrderRemoteTransactionState. addSynchronizedBlock(TotalOrderLatch block)
void
TotalOrderRemoteTransactionState. setTransactionSynchronizedBlock(TotalOrderLatch block)
Sets theTotalOrderLatch
to be associated to this transactionMethod parameters in org.infinispan.transaction.impl with type arguments of type TotalOrderLatch Modifier and Type Method Description void
TotalOrderRemoteTransactionState. addAllSynchronizedBlocks(Collection<TotalOrderLatch> blocks)
-
Uses of TotalOrderLatch in org.infinispan.transaction.totalorder
Classes in org.infinispan.transaction.totalorder that implement TotalOrderLatch Modifier and Type Class Description class
TotalOrderLatchImpl
Implementation ofTotalOrderLatch
Methods in org.infinispan.transaction.totalorder that return types with arguments of type TotalOrderLatch Modifier and Type Method Description Collection<TotalOrderLatch>
TotalOrderManager. notifyStateTransferStart(int topologyId, boolean isRebalance)
It notifies that a state transfer is about to start.
-