Uses of Enum
org.infinispan.transaction.LockingMode
-
Uses of LockingMode in org.infinispan.configuration.cache
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<LockingMode>
TransactionConfiguration.LOCKING_MODE
Modifier and TypeMethodDescriptionTransactionConfiguration.lockingMode()
Configures whether the cache uses optimistic or pessimistic locking.Modifier 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
Modifier and TypeMethodDescriptionstatic LockingMode
Returns the enum constant of this type with the specified name.static LockingMode[]
LockingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.