Uses of Enum Class
org.infinispan.functional.Param.LockingMode
Packages that use Param.LockingMode
-
Uses of Param.LockingMode in org.infinispan.functional
Subclasses with type arguments of type Param.LockingMode in org.infinispan.functionalModifier and TypeClassDescriptionstatic enumNormally the cache has to acquire locks during any write operation to guarantee its correctness.Classes in org.infinispan.functional that implement interfaces with type arguments of type Param.LockingModeModifier and TypeClassDescriptionstatic enumNormally the cache has to acquire locks during any write operation to guarantee its correctness.Methods in org.infinispan.functional that return Param.LockingModeModifier and TypeMethodDescriptionstatic Param.LockingModeParam.LockingMode.defaultValue()Param.LockingMode.get()static Param.LockingModeParam.LockingMode.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static Param.LockingModeReturns the enum constant of this class with the specified name.static Param.LockingMode[]Param.LockingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.