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 classSyncModeTransactionTableclassXaModeTransactionTableConstructors in org.infinispan.client.hotrod.impl.transaction with parameters of type TransactionTable Constructor Description TransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean forceReturnValue, boolean recoveryEnabled, javax.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService)
-