See: Description
Interface | Description |
---|---|
LockManager |
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class | Description |
---|---|
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).
|
StripedLock |
A simple implementation of lock striping, using cache entry keys to lock on, primarily used to help make
CacheLoader implemtations thread safe. |
Exception | Description |
---|---|
DeadlockDetectedException |
Exception signaling detected deadlocks.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.