Class RemoteXid
- java.lang.Object
-
- org.infinispan.commons.tx.XidImpl
-
- org.infinispan.client.hotrod.transaction.manager.RemoteXid
-
- All Implemented Interfaces:
Xid
public final class RemoteXid extends XidImpl
Implementation ofXidused byRemoteTransactionManager.- Since:
- 9.3
- Author:
- Pedro Ruivo
-
-
Field Summary
-
Fields inherited from class org.infinispan.commons.tx.XidImpl
EXTERNALIZER
-
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemoteXidcreate(UUID tmId)intestimateSize()voidwriteTo(io.netty.buffer.ByteBuf byteBuf)-
Methods inherited from class org.infinispan.commons.tx.XidImpl
branchQualifierLength, branchQualifierOffset, copy, create, equals, getBranchQualifier, getFormatId, getGlobalTransactionId, globalIdLength, globalIdOffset, hashCode, printXid, rawData, readFrom, toString, writeTo
-
-