org.continuent.sequoia.common.locks |
Utilitary synchronization tools.
|
Java Source File Name | Type | Comment |
DeadlockDetectionThread.java | Class | This class defines a DeadlockDetectionThread that runs periodically to detect
possible deadlocks in the wait for graph of a given database schema. |
ReadPrioritaryFIFOWriteLock.java | Class | Reader/Writer lock with write priority.
If a reader holds the lock, all incoming readers are allowed to acquire the
lock until a write arrives. |
TransactionLogicalLock.java | Class | This class defines a TransactionLogicalLock which is an
exclusive lock that let the owner of the lock acquire several times the lock
(but it needs to be released only once). |
WaitForGraph.java | Class | This class defines a WaitForGraph. |