Uses of Class
org.infinispan.client.hotrod.configuration.TransactionMode
-
Packages that use TransactionMode Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.configuration Hot Rod client configuration API. -
-
Uses of TransactionMode in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type TransactionMode Modifier and Type Method Description default <K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, boolean forceReturnValue, TransactionMode transactionMode)
Deprecated.since 11.0.<K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, TransactionManager transactionManager)
Deprecated.since 11.0.default <K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, TransactionMode transactionMode)
Deprecated.since 11.0.<K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, TransactionMode transactionMode, TransactionManager transactionManager)
Deprecated.since 11.0.<K,V>
RemoteCache<K,V>RemoteCacheManager. getCache(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, TransactionManager transactionManager)
<K,V>
RemoteCache<K,V>RemoteCacheManager. getCache(String cacheName, TransactionMode transactionMode, TransactionManager transactionManager)
-
Uses of TransactionMode in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type TransactionMode Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<TransactionMode>
RemoteCacheConfiguration. TRANSACTION_MODE
Methods in org.infinispan.client.hotrod.configuration that return TransactionMode Modifier and Type Method Description TransactionMode
RemoteCacheConfiguration. transactionMode()
TransactionMode
TransactionConfiguration. transactionMode()
static TransactionMode
TransactionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionMode[]
TransactionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionMode Modifier and Type Method Description RemoteCacheConfigurationBuilder
RemoteCacheConfigurationBuilder. transactionMode(TransactionMode mode)
TheTransactionMode
in which aRemoteCache
will be enlisted.TransactionConfigurationBuilder
TransactionConfigurationBuilder. transactionMode(TransactionMode transactionMode)
TheTransactionMode
in which aRemoteCache
will be enlisted.
-