Interface | Description |
---|---|
TotalOrderLatch |
Behaves as a latch between
org.infinispan.commands.tx.PrepareCommand delivered in total order to coordinate
conflicting transactions and between org.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 | Description |
---|---|
TotalOrderLatchImpl |
Implementation of
TotalOrderLatch |
TotalOrderManager |
This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming
transactions and state transfer.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.