Uses of Interface
org.infinispan.commons.tx.lookup.TransactionManagerLookup
Packages that use TransactionManagerLookup
Package
Description
Hot Rod client configuration API.
-
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type TransactionManagerLookupModifier and TypeFieldDescriptionstatic final AttributeDefinition<TransactionManagerLookup>RemoteCacheConfiguration.TRANSACTION_MANAGERMethods in org.infinispan.client.hotrod.configuration that return TransactionManagerLookupModifier and TypeMethodDescriptionstatic TransactionManagerLookupTransactionConfigurationBuilder.defaultTransactionManagerLookup()Deprecated, for removal: This API element is subject to removal in a future version.RemoteCacheConfiguration.transactionManagerLookup()TransactionConfiguration.transactionManagerLookup()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionManagerLookupModifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup lookup) TheTransactionManagerLookupto lookup for theTransactionManagerto interact with.TransactionConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0. -
Uses of TransactionManagerLookup in org.infinispan.client.hotrod.transaction.lookup
Classes in org.infinispan.client.hotrod.transaction.lookup that implement TransactionManagerLookupModifier and TypeClassDescriptionclassATransactionManagerLookupimplementation that attempts to locate aTransactionManager.classReturns an instance ofRemoteTransactionManager.Methods in org.infinispan.client.hotrod.transaction.lookup that return TransactionManagerLookupModifier and TypeMethodDescriptionstatic TransactionManagerLookupRemoteTransactionManagerLookup.getInstance()