Package | Description |
---|---|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.containers |
Concurrent lock containers.
|
Modifier and Type | Class and Description |
---|---|
class |
VisibleOwnerRefCountingReentrantLock
A version of
VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock . |
Modifier and Type | Method and Description |
---|---|
VisibleOwnerReentrantLock |
ReentrantStripedLockContainer.getLock(Object object) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.