Uses of Class
org.infinispan.lock.api.ClusteredLockConfiguration
Packages that use ClusteredLockConfiguration
-
Uses of ClusteredLockConfiguration in org.infinispan.lock.api
Methods in org.infinispan.lock.api that return ClusteredLockConfigurationModifier and TypeMethodDescriptionClusteredLockManager.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 ClusteredLockConfigurationModifier and TypeMethodDescriptionboolean
ClusteredLockManager.defineLock
(String name, ClusteredLockConfiguration configuration) Defines a lock with the specific name andClusteredLockConfiguration
.