Uses of Interface
org.infinispan.lock.api.ClusteredLock
-
Packages that use ClusteredLock Package Description org.infinispan.lock.api Clustered Locks API. -
-
Uses of ClusteredLock in org.infinispan.lock.api
Methods in org.infinispan.lock.api that return ClusteredLock Modifier and Type Method Description ClusteredLock
ClusteredLockManager. get(String name)
Get’s aClusteredLock
by it’s name.
-