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 ClusteredLockConfigurationClusteredLockManager. getConfiguration(java.lang.String name)Returns the configuration of aClusteredLock, if such exists.This method throwsClusteredLockExceptionif the lock is not not defined.Methods in org.infinispan.lock.api with parameters of type ClusteredLockConfiguration Modifier and Type Method Description booleanClusteredLockManager. defineLock(java.lang.String name, ClusteredLockConfiguration configuration)Defines a lock with the specific name andClusteredLockConfiguration.
-