Uses of Class
org.infinispan.lock.api.OwnershipLevel
-
Packages that use OwnershipLevel Package Description org.infinispan.lock.api Clustered Locks API. -
-
Uses of OwnershipLevel in org.infinispan.lock.api
Methods in org.infinispan.lock.api that return OwnershipLevel Modifier and Type Method Description OwnershipLevel
ClusteredLockConfiguration. getOwnershipLevel()
static OwnershipLevel
OwnershipLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static OwnershipLevel[]
OwnershipLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-