Uses of Enum Class
org.infinispan.client.hotrod.configuration.TransactionMode
Packages that use TransactionMode
-
Uses of TransactionMode in org.infinispan.client.hotrod.configuration
Subclasses with type arguments of type TransactionMode in org.infinispan.client.hotrod.configurationModifier and TypeClassDescriptionenumSpecifies how theRemoteCacheis enlisted in theTransaction.Fields in org.infinispan.client.hotrod.configuration with type parameters of type TransactionModeModifier and TypeFieldDescriptionstatic final AttributeDefinition<TransactionMode> RemoteCacheConfiguration.TRANSACTION_MODEMethods 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 TransactionModeReturns 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) TheTransactionModein which aRemoteCachewill be enlisted.TransactionConfigurationBuilder.transactionMode(TransactionMode transactionMode) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0.