Uses of Class
org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
Packages that use InfinispanLock Package Description org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities.org.infinispan.util.concurrent.locks.impl -
-
Uses of InfinispanLock in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks that return InfinispanLock Modifier and Type Method Description InfinispanLockLockManager. getLock(Object key) -
Uses of InfinispanLock in org.infinispan.util.concurrent.locks.impl
Methods in org.infinispan.util.concurrent.locks.impl that return InfinispanLock Modifier and Type Method Description InfinispanLockDefaultLockManager. getLock(Object key)InfinispanLockLockContainer. getLock(Object key)InfinispanLockPerKeyLockContainer. getLock(Object key)InfinispanLockStripedLockContainer. getLock(Object key)
-