Uses of Interface
org.infinispan.lock.api.ClusteredLock
-
Packages that use ClusteredLock Package Description org.infinispan.lock.api Clustered Locks API.org.infinispan.lock.impl.lock org.infinispan.lock.impl.manager -
-
Uses of ClusteredLock in org.infinispan.lock.api
Methods in org.infinispan.lock.api that return ClusteredLock Modifier and Type Method Description ClusteredLockClusteredLockManager. get(String name)Get’s aClusteredLockby it’s name. -
Uses of ClusteredLock in org.infinispan.lock.impl.lock
Classes in org.infinispan.lock.impl.lock that implement ClusteredLock Modifier and Type Class Description classClusteredLockImplImplementsClusteredLockinterface. -
Uses of ClusteredLock in org.infinispan.lock.impl.manager
Methods in org.infinispan.lock.impl.manager that return ClusteredLock Modifier and Type Method Description ClusteredLockEmbeddedClusteredLockManager. get(String name)
-