Class 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
    • Constructor Detail

      • TransactionInfo

        public TransactionInfo​(GlobalTransaction globalTransaction,
                               int topologyId,
                               org.infinispan.commands.write.WriteCommand[] modifications,
                               Set<Object> lockedKeys)
    • Method Detail

      • getModifications

        public org.infinispan.commands.write.WriteCommand[] getModifications()
      • getLockedKeys

        public Set<Object> getLockedKeys()
      • getTopologyId

        public int getTopologyId()