Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors.totalorder | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.totalorder |
Class and Description |
---|
TotalOrderManager
This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming
transactions and state transfer.
|
Class and Description |
---|
TotalOrderManager
This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming
transactions and state transfer.
|
Class and Description |
---|
TotalOrderManager
This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming
transactions and state transfer.
|
Class and 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 and 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) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.