|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisibleOwnerReentrantLock | |
---|---|
org.infinispan.util.concurrent.locks | Lock and synchronization related classes, tools and utilities. |
org.infinispan.util.concurrent.locks.containers | Concurrent lock containers. |
Uses of VisibleOwnerReentrantLock in org.infinispan.util.concurrent.locks |
---|
Subclasses of VisibleOwnerReentrantLock in org.infinispan.util.concurrent.locks | |
---|---|
class |
VisibleOwnerRefCountingReentrantLock
A version of VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock . |
Uses of VisibleOwnerReentrantLock in org.infinispan.util.concurrent.locks.containers |
---|
Methods in org.infinispan.util.concurrent.locks.containers that return VisibleOwnerReentrantLock | |
---|---|
VisibleOwnerReentrantLock |
ReentrantStripedLockContainer.getLock(Object object)
|
Methods in org.infinispan.util.concurrent.locks.containers with parameters of type VisibleOwnerReentrantLock | |
---|---|
protected void |
ReentrantStripedLockContainer.lock(VisibleOwnerReentrantLock lock,
Object lockOwner)
|
protected boolean |
ReentrantStripedLockContainer.tryLock(VisibleOwnerReentrantLock lock,
long timeout,
TimeUnit unit,
Object unused)
|
protected void |
ReentrantStripedLockContainer.unlock(VisibleOwnerReentrantLock l,
Object unused)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |