Package | Description |
---|---|
org.infinispan.util.concurrent.locks.containers |
Concurrent lock containers.
|
Modifier and Type | Method and Description |
---|---|
protected VisibleOwnerRefCountingReentrantLock |
ReentrantPerEntryLockContainer.newLock() |
Modifier and Type | Method and Description |
---|---|
protected void |
ReentrantPerEntryLockContainer.lock(VisibleOwnerRefCountingReentrantLock lock,
Object lockOwner) |
protected boolean |
ReentrantPerEntryLockContainer.tryLock(VisibleOwnerRefCountingReentrantLock lock,
long timeout,
TimeUnit unit,
Object unused) |
protected void |
ReentrantPerEntryLockContainer.unlock(VisibleOwnerRefCountingReentrantLock l,
Object unused) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.