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(java.lang.String cacheName, boolean forceReturnValue, TransactionMode transactionMode)Same asgetCache(cacheName, forceReturnValue, transactionMode, null)<K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(java.lang.String cacheName, boolean forceReturnValue, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager)default <K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(java.lang.String cacheName, TransactionMode transactionMode)Same asgetCache(cacheName, transactionMode, null)<K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(java.lang.String cacheName, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager)<K,V>
RemoteCache<K,V>RemoteCacheManager. getCache(java.lang.String cacheName, boolean forceReturnValue, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager)<K,V>
RemoteCache<K,V>RemoteCacheManager. getCache(java.lang.String cacheName, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager) -
Uses of TransactionMode in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return TransactionMode Modifier and Type Method Description TransactionModeTransactionConfiguration. transactionMode()static TransactionModeTransactionMode. valueOf(java.lang.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 TransactionConfigurationBuilderTransactionConfigurationBuilder. transactionMode(TransactionMode transactionMode)TheTransactionModein which aRemoteCachewill be enlisted.
-