org.infinispan.statetransfer
Class TransactionInfo
java.lang.Object
org.infinispan.statetransfer.TransactionInfo
public class TransactionInfo
- extends Object
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
TransactionInfo
public TransactionInfo(GlobalTransaction globalTransaction,
int topologyId,
WriteCommand[] modifications,
Set<Object> lockedKeys)
getGlobalTransaction
public GlobalTransaction getGlobalTransaction()
getModifications
public WriteCommand[] getModifications()
getLockedKeys
public Set<Object> getLockedKeys()
getTopologyId
public int getTopologyId()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.