Uses of Class
org.infinispan.lock.api.ClusteredLockConfiguration
-
Packages that use ClusteredLockConfiguration Package Description org.infinispan.lock.api Clustered Locks API. -
-
Uses of ClusteredLockConfiguration in org.infinispan.lock.api
Methods in org.infinispan.lock.api that return ClusteredLockConfiguration Modifier and Type Method Description ClusteredLockConfiguration
ClusteredLockManager. getConfiguration(String name)
Returns the configuration of aClusteredLock
, if such exists.This method throwsClusteredLockException
if the lock is not not defined.Methods in org.infinispan.lock.api with parameters of type ClusteredLockConfiguration Modifier and Type Method Description boolean
ClusteredLockManager. defineLock(String name, ClusteredLockConfiguration configuration)
Defines a lock with the specific name andClusteredLockConfiguration
.
-