Uses of Enum
org.infinispan.client.hotrod.configuration.TransactionMode
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
-
Uses of TransactionMode in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptiondefault <K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.default <K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionMode transactionMode) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,
V> RemoteCache<K, V> RemoteCacheManager.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager) <K,
V> RemoteCache<K, V> RemoteCacheManager.getCache
(String cacheName, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager) -
Uses of TransactionMode in org.infinispan.client.hotrod.configuration
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<TransactionMode>
RemoteCacheConfiguration.TRANSACTION_MODE
Modifier and TypeMethodDescriptionRemoteCacheConfiguration.transactionMode()
TransactionConfiguration.transactionMode()
Deprecated, for removal: This API element is subject to removal in a future version.static TransactionMode
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.Modifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.transactionMode
(TransactionMode mode) TheTransactionMode
in which aRemoteCache
will be enlisted.TransactionConfigurationBuilder.transactionMode
(TransactionMode transactionMode) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0.