|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
LockManager | An interface to deal with all aspects of acquiring and releasing locks for cache entries. |
RefCountingLock | An extension of a JDK Lock , with support for maintaining a reference counter. |
Class Summary | |
---|---|
DeadlockDetectingLockManager | Lock manager in charge with processing deadlock detections. |
LockManagerImpl | Handles locks for the MVCC based LockingInterceptor |
OwnableReentrantLock | A lock that supports reentrancy based on owner (and not on current thread). |
OwnableRefCountingReentrantLock | A version of OwnableReentrantLock that has a reference counter, and implements RefCountingLock . |
StripedLock | A simple implementation of lock striping, using cache entry keys to lock on, primarily used to help make CacheLoader implemtations thread safe. |
VisibleOwnerReentrantLock | Extends ReentrantLock only to make the VisibleOwnerReentrantLock.getOwner() method public. |
VisibleOwnerRefCountingReentrantLock | A version of VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock . |
Exception Summary | |
---|---|
DeadlockDetectedException | Exception signaling detected deadlocks. |
Lock and synchronization related classes, tools and utilities.
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |