Uses of Class
org.infinispan.functional.Param.LockingMode
-
Packages that use Param.LockingMode Package Description org.infinispan.functional Functional API package -
-
Uses of Param.LockingMode in org.infinispan.functional
Methods in org.infinispan.functional that return Param.LockingMode Modifier and Type Method Description static Param.LockingMode
Param.LockingMode. defaultValue()
Param.LockingMode
Param.LockingMode. get()
static Param.LockingMode
Param.LockingMode. valueOf(int ordinal)
Returns the enum constant of this type with the specified name.static Param.LockingMode
Param.LockingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Param.LockingMode[]
Param.LockingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-