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 . |
class |
VisibleOwnerRefCountingReentrantLock
A version of
VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPerEntryLockContainer<L extends RefCountingLock>
An abstract lock container that creates and maintains a new lock per entry
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.