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:
- anistor@redhat.com
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionInfo(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
-
getGlobalTransaction
-
getModifications
-
getLockedKeys
-
getTopologyId
@ProtoField(4) public int getTopologyId() -
toString
-