Package org.infinispan.statetransfer
Class TransactionInfo
java.lang.Object
org.infinispan.statetransfer.TransactionInfo
A representation of a transaction that is suitable for transferring between a StateProvider and a StateConsumer
running on different members of the same cache.
- Since:
- 5.2
- Author:
- [email protected]
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTransactionInfo
(GlobalTransaction globalTransaction, int topologyId, List<WriteCommand> modifications, Set<Object> lockedKeys) -
Method Summary
-
Constructor Details
-
TransactionInfo
public TransactionInfo(GlobalTransaction globalTransaction, int topologyId, List<WriteCommand> modifications, Set<Object> lockedKeys)
-
-
Method Details