Uses of Class
org.infinispan.hotrod.configuration.TransactionMode
-
Packages that use TransactionMode Package Description org.infinispan.hotrod.configuration Hot Rod client configuration API.org.infinispan.hotrod.impl -
-
Uses of TransactionMode in org.infinispan.hotrod.configuration
Fields in org.infinispan.hotrod.configuration with type parameters of type TransactionMode Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<TransactionMode>RemoteCacheConfiguration. TRANSACTION_MODEMethods in org.infinispan.hotrod.configuration that return TransactionMode Modifier and Type Method Description TransactionModeRemoteCacheConfiguration. transactionMode()static TransactionModeTransactionMode. valueOf(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.hotrod.configuration with parameters of type TransactionMode Modifier and Type Method Description RemoteCacheConfigurationBuilderRemoteCacheConfigurationBuilder. 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 TransactionMode Modifier and Type Method Description TransactionTableHotRodTransport. getTransactionTable(TransactionMode transactionMode)
-