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
Fields in org.infinispan.client.hotrod.configuration with type parameters of type TransactionManagerLookup Modifier and Type Field Description static AttributeDefinition<TransactionManagerLookup>RemoteCacheConfiguration. TRANSACTION_MANAGERMethods in org.infinispan.client.hotrod.configuration that return TransactionManagerLookup Modifier and Type Method Description static TransactionManagerLookupTransactionConfigurationBuilder. defaultTransactionManagerLookup()Deprecated.TransactionManagerLookupRemoteCacheConfiguration. transactionManagerLookup()TransactionManagerLookupTransactionConfiguration. transactionManagerLookup()Deprecated.Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionManagerLookup Modifier and Type Method Description RemoteCacheConfigurationBuilderRemoteCacheConfigurationBuilder. transactionManagerLookup(TransactionManagerLookup lookup)TheTransactionManagerLookupto lookup for theTransactionManagerto interact with.TransactionConfigurationBuilderTransactionConfigurationBuilder. transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)Deprecated.since 12.0. -
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()
-