Package org.infinispan.transaction.totalorder
-
Interface Summary Interface 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) -
Class Summary Class Description TotalOrderLatchImpl Implementation ofTotalOrderLatch
TotalOrderManager This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming transactions and state transfer.