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 ofXid
used 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 RemoteXid
create(UUID tmId)
int
estimateSize()
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
-
-