Uses of Class
org.infinispan.transaction.LockingMode
-
Packages that use LockingMode Package Description org.infinispan.configuration.cache Cache
configurationorg.infinispan.transaction JTA transaction support. -
-
Uses of LockingMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type LockingMode Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<LockingMode>
TransactionConfiguration. LOCKING_MODE
Methods in org.infinispan.configuration.cache that return LockingMode Modifier and Type Method Description LockingMode
TransactionConfiguration. lockingMode()
Configures whether the cache uses optimistic or pessimistic locking.Methods in org.infinispan.configuration.cache with parameters of type LockingMode Modifier and Type Method Description TransactionConfiguration
TransactionConfiguration. lockingMode(LockingMode lockingMode)
Configures whether the cache uses optimistic or pessimistic locking.TransactionConfigurationBuilder
TransactionConfigurationBuilder. lockingMode(LockingMode lockingMode)
Configures whether the cache uses optimistic or pessimistic locking. -
Uses of LockingMode in org.infinispan.transaction
Methods in org.infinispan.transaction that return LockingMode Modifier and Type Method Description static LockingMode
LockingMode. valueOf(String name)
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.
-