Class TransactionInfo

java.lang.Object
org.infinispan.statetransfer.TransactionInfo

@ProtoTypeId(1238) 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 Details

  • Method Details

    • getGlobalTransaction

      @ProtoField(1) public GlobalTransaction getGlobalTransaction()
    • getModifications

      public List<WriteCommand> getModifications()
    • getLockedKeys

      public Set<Object> getLockedKeys()
    • getTopologyId

      @ProtoField(4) public int getTopologyId()
    • toString

      public String toString()
      Overrides:
      toString in class Object