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 |
OwnableRefCountingReentrantLock
A version of
OwnableReentrantLock that has a reference counter, and implements RefCountingLock . |
Modifier and Type | Method and Description |
---|---|
OwnableReentrantLock |
OwnableReentrantStripedLockContainer.getLock(Object object) |
Modifier and Type | Method and Description |
---|---|
protected void |
OwnableReentrantStripedLockContainer.lock(OwnableReentrantLock lock,
Object lockOwner) |
protected boolean |
OwnableReentrantStripedLockContainer.tryLock(OwnableReentrantLock lock,
long timeout,
TimeUnit unit,
Object lockOwner) |
protected void |
OwnableReentrantStripedLockContainer.unlock(OwnableReentrantLock l,
Object owner) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.