Uses of Interface
org.infinispan.client.hotrod.impl.transaction.TransactionTable
-
Packages that use TransactionTable Package Description org.infinispan.client.hotrod.impl.transaction -
-
Uses of TransactionTable in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement TransactionTable Modifier and Type Class Description class
SyncModeTransactionTable
class
XaModeTransactionTable
Constructors in org.infinispan.client.hotrod.impl.transaction with parameters of type TransactionTable Constructor Description TransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean forceReturnValue, TransactionManager transactionManager, TransactionTable transactionTable)
-