Uses of Enum
org.infinispan.hotrod.configuration.TransactionMode
Packages that use TransactionMode
Package
Description
Hot Rod client configuration API.
-
Uses of TransactionMode in org.infinispan.hotrod.configuration
Fields in org.infinispan.hotrod.configuration with type parameters of type TransactionModeModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<TransactionMode>RemoteCacheConfiguration.TRANSACTION_MODEMethods in org.infinispan.hotrod.configuration that return TransactionModeModifier and TypeMethodDescriptionRemoteCacheConfiguration.transactionMode()static TransactionModeReturns 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.hotrod.configuration with parameters of type TransactionModeModifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.transactionMode(TransactionMode mode) TheTransactionModein which a resource will be enlisted. -
Uses of TransactionMode in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl with parameters of type TransactionModeModifier and TypeMethodDescriptionHotRodTransport.getTransactionTable(TransactionMode transactionMode)