Package org.infinispan.transaction.totalorder
-
Interface Summary Interface Description TotalOrderLatch Behaves as a latch betweenorg.infinispan.commands.tx.PrepareCommanddelivered in total order to coordinate conflicting transactions and betweenorg.infinispan.commands.tx.PrepareCommandand 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 ofTotalOrderLatchTotalOrderManager This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming transactions and state transfer.