|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwnableReentrantLock | |
|---|---|
| org.infinispan.util.concurrent.locks.containers | Concurrent lock containers. |
| Uses of OwnableReentrantLock in org.infinispan.util.concurrent.locks.containers |
|---|
| Methods in org.infinispan.util.concurrent.locks.containers that return OwnableReentrantLock | |
|---|---|
OwnableReentrantLock |
OwnableReentrantStripedLockContainer.getLock(Object object)
|
protected OwnableReentrantLock |
OwnableReentrantPerEntryLockContainer.newLock()
|
| Methods in org.infinispan.util.concurrent.locks.containers with parameters of type OwnableReentrantLock | |
|---|---|
protected boolean |
OwnableReentrantStripedLockContainer.tryLock(OwnableReentrantLock lock,
long timeout,
TimeUnit unit,
Object lockOwner)
|
protected boolean |
OwnableReentrantPerEntryLockContainer.tryLock(OwnableReentrantLock lock,
long timeout,
TimeUnit unit,
Object lockOwner)
|
protected void |
OwnableReentrantStripedLockContainer.unlock(OwnableReentrantLock l,
Object owner)
|
protected void |
OwnableReentrantPerEntryLockContainer.unlock(OwnableReentrantLock l,
Object owner)
|
|
--> | |||||||||