Uses of Enum Class
org.infinispan.lock.api.OwnershipLevel
Packages that use OwnershipLevel
-
Uses of OwnershipLevel in org.infinispan.lock.api
Subclasses with type arguments of type OwnershipLevel in org.infinispan.lock.apiModifier and TypeClassDescriptionenum
Ownership level is a configuration parameter forClusteredLock
.Methods in org.infinispan.lock.api that return OwnershipLevelModifier and TypeMethodDescriptionClusteredLockConfiguration.getOwnershipLevel()
static OwnershipLevel
Returns the enum constant of this class with the specified name.static OwnershipLevel[]
OwnershipLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.