Uses of Class
org.infinispan.commons.tx.XidImpl
-
Packages that use XidImpl Package Description org.infinispan.client.hotrod.transaction.manager org.infinispan.commons.tx org.infinispan.server.hotrod.command.tx org.infinispan.server.hotrod.tx org.infinispan.server.hotrod.tx.operation org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions org.infinispan.transaction.tm Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only transaction manager. -
-
Uses of XidImpl in org.infinispan.client.hotrod.transaction.manager
Subclasses of XidImpl in org.infinispan.client.hotrod.transaction.manager Modifier and Type Class Description classRemoteXidImplementation ofXidused byRemoteTransactionManager. -
Uses of XidImpl in org.infinispan.commons.tx
Fields in org.infinispan.commons.tx with type parameters of type XidImpl Modifier and Type Field Description static AdvancedExternalizer<XidImpl>XidImpl. EXTERNALIZERMethods in org.infinispan.commons.tx that return XidImpl Modifier and Type Method Description static XidImplXidImpl. copy(javax.transaction.xa.Xid externalXid)static XidImplXidImpl. create(int formatId, byte[] globalTransactionId, byte[] branchQualifier)static XidImplXidImpl. readFrom(java.io.ObjectInput input)Methods in org.infinispan.commons.tx with parameters of type XidImpl Modifier and Type Method Description static voidXidImpl. writeTo(java.io.ObjectOutput output, XidImpl xid) -
Uses of XidImpl in org.infinispan.server.hotrod.command.tx
Fields in org.infinispan.server.hotrod.command.tx declared as XidImpl Modifier and Type Field Description protected XidImplAbstractForwardTxCommand. xidprotected XidImplAbstractForwardTxCommand. xidConstructors in org.infinispan.server.hotrod.command.tx with parameters of type XidImpl Constructor Description ForwardCommitCommand(ByteString cacheName, XidImpl xid, long timeout)ForwardRollbackCommand(ByteString cacheName, XidImpl xid, long timeout) -
Uses of XidImpl in org.infinispan.server.hotrod.tx
Constructors in org.infinispan.server.hotrod.tx with parameters of type XidImpl Constructor Description PrepareCoordinator(AdvancedCache<byte[],byte[]> cache, XidImpl xid, boolean recoverable, long transactionTimeout) -
Uses of XidImpl in org.infinispan.server.hotrod.tx.operation
Methods in org.infinispan.server.hotrod.tx.operation with parameters of type XidImpl Modifier and Type Method Description static voidUtil. commitLocalTransaction(AdvancedCache<?,?> cache, XidImpl xid, long timeout)static voidUtil. rollbackLocalTransaction(AdvancedCache<?,?> cache, XidImpl xid, long timeout)Constructors in org.infinispan.server.hotrod.tx.operation with parameters of type XidImpl Constructor Description CommitTransactionOperation(HotRodHeader header, HotRodServer server, javax.security.auth.Subject subject, XidImpl xid, java.util.function.BiConsumer<HotRodHeader,java.lang.Integer> reply)RollbackTransactionOperation(HotRodHeader header, HotRodServer server, javax.security.auth.Subject subject, XidImpl xid, java.util.function.BiConsumer<HotRodHeader,java.lang.Integer> reply) -
Uses of XidImpl in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table that return XidImpl Modifier and Type Method Description XidImplCacheXid. getXid()Methods in org.infinispan.server.hotrod.tx.table with parameters of type XidImpl Modifier and Type Method Description voidGlobalTxTable. forgetTransaction(XidImpl xid)voidGlobalTxTable. markToCommit(XidImpl xid, CacheNameCollector collector)voidGlobalTxTable. markToRollback(XidImpl xid, CacheNameCollector collector)Constructors in org.infinispan.server.hotrod.tx.table with parameters of type XidImpl Constructor Description CacheXid(ByteString cacheName, XidImpl xid) -
Uses of XidImpl in org.infinispan.server.hotrod.tx.table.functions
Constructors in org.infinispan.server.hotrod.tx.table.functions with parameters of type XidImpl Constructor Description XidPredicate(XidImpl xid) -
Uses of XidImpl in org.infinispan.transaction.tm
Subclasses of XidImpl in org.infinispan.transaction.tm Modifier and Type Class Description classEmbeddedXidImplementation ofXidused byEmbeddedTransactionManager.
-