Uses of Package
org.infinispan.transaction.totalorder
-
Packages that use org.infinispan.transaction.totalorder Package Description org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.totalorder -
Classes in org.infinispan.transaction.totalorder used by org.infinispan.statetransfer Class Description TotalOrderManager This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming transactions and state transfer. -
Classes in org.infinispan.transaction.totalorder used by org.infinispan.transaction.totalorder Class Description TotalOrderLatch Behaves as a latch betweenorg.infinispan.commands.tx.PrepareCommand
delivered in total order to coordinate conflicting transactions and betweenorg.infinispan.commands.tx.PrepareCommand
and state transfer (blocking the prepare until the state transfer is finished and blocking the state transfer until all the prepared transactions has finished)