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 org.infinispan.commons.tx.XidImpl
Implementation ofXid
used byRemoteTransactionManager
.- Since:
- 9.3
- Author:
- Pedro Ruivo
-
-
Field Summary
-
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)
-