java.lang.Object
org.infinispan.commons.tx.XidImpl
org.infinispan.hotrod.transaction.manager.RemoteXid
All Implemented Interfaces:
Xid

public final class RemoteXid extends org.infinispan.commons.tx.XidImpl
Implementation of Xid used by RemoteTransactionManager.
Since:
14.0
  • Field Summary

    Fields inherited from class org.infinispan.commons.tx.XidImpl

    EXTERNALIZER

    Fields inherited from interface javax.transaction.xa.Xid

    MAXBQUALSIZE, MAXGTRIDSIZE
  • Method Summary

    Modifier and Type
    Method
    Description
    static RemoteXid
    create(UUID tmId)
     
    int
     
    void
    writeTo(io.netty.buffer.ByteBuf byteBuf)
     

    Methods inherited from class org.infinispan.commons.tx.XidImpl

    branchQualifierLength, branchQualifierOffset, copy, create, equals, getBranchQualifier, getBranchQualifierAsByteBuffer, getFormatId, getGlobalTransactionId, getGlobalTransactionIdAsByteBuffer, globalIdLength, globalIdOffset, hashCode, printXid, rawData, readFrom, toString, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • create

      public static RemoteXid create(UUID tmId)
    • writeTo

      public void writeTo(io.netty.buffer.ByteBuf byteBuf)
    • estimateSize

      public int estimateSize()