Uses of Enum Class
org.infinispan.client.hotrod.configuration.TransactionMode
Packages that use TransactionMode
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
-
Uses of TransactionMode in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type TransactionModeModifier 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, jakarta.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, jakarta.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, jakarta.transaction.TransactionManager transactionManager) <K,
V> RemoteCache <K, V> RemoteCacheManager.getCache
(String cacheName, TransactionMode transactionMode, jakarta.transaction.TransactionManager transactionManager) -
Uses of TransactionMode in org.infinispan.client.hotrod.configuration
Subclasses with type arguments of type TransactionMode in org.infinispan.client.hotrod.configurationModifier and TypeClassDescriptionenum
Specifies how theRemoteCache
is enlisted in theTransaction
.Fields in org.infinispan.client.hotrod.configuration with type parameters of type TransactionModeModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TransactionMode> RemoteCacheConfiguration.TRANSACTION_MODE
Methods in org.infinispan.client.hotrod.configuration that return TransactionModeModifier 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 class with the specified name.static TransactionMode[]
TransactionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionModeModifier 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.