Uses of Interface
org.infinispan.commons.tx.lookup.TransactionManagerLookup
-
Packages that use TransactionManagerLookup Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.client.hotrod.transaction.lookup -
-
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return TransactionManagerLookup Modifier and Type Method Description static TransactionManagerLookupTransactionConfigurationBuilder. defaultTransactionManagerLookup()TransactionManagerLookupTransactionConfiguration. transactionManagerLookup()Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionManagerLookup Modifier and Type Method Description TransactionConfigurationBuilderTransactionConfigurationBuilder. transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)TheTransactionManagerLookupto lookup for theTransactionManagerto interact with. -
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.transaction.lookup
Classes in org.infinispan.client.hotrod.transaction.lookup that implement TransactionManagerLookup Modifier and Type Class Description classGenericTransactionManagerLookupATransactionManagerLookupimplementation that attempts to locate aTransactionManager.classRemoteTransactionManagerLookupReturns an instance ofRemoteTransactionManager.Methods in org.infinispan.client.hotrod.transaction.lookup that return TransactionManagerLookup Modifier and Type Method Description static TransactionManagerLookupRemoteTransactionManagerLookup. getInstance()
-