Uses of Enum Class
org.infinispan.transaction.LockingMode
Packages that use LockingMode
-
Uses of LockingMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type LockingModeModifier and TypeFieldDescriptionstatic final AttributeDefinition<LockingMode> TransactionConfiguration.LOCKING_MODEMethods in org.infinispan.configuration.cache that return LockingModeModifier and TypeMethodDescriptionTransactionConfiguration.lockingMode()Configures whether the cache uses optimistic or pessimistic locking.TransactionConfigurationBuilder.lockingMode()Methods in org.infinispan.configuration.cache with parameters of type LockingModeModifier and TypeMethodDescriptionTransactionConfiguration.lockingMode(LockingMode lockingMode) Configures whether the cache uses optimistic or pessimistic locking.TransactionConfigurationBuilder.lockingMode(LockingMode lockingMode) Configures whether the cache uses optimistic or pessimistic locking. -
Uses of LockingMode in org.infinispan.transaction
Subclasses with type arguments of type LockingMode in org.infinispan.transactionModifier and TypeClassDescriptionenumMethods in org.infinispan.transaction that return LockingModeModifier and TypeMethodDescriptionstatic LockingModeReturns the enum constant of this class with the specified name.static LockingMode[]LockingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.