|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadWriteLock | |
|---|---|
| org.castor.cache.hashbelt | The Hashbelt API |
| org.castor.core.util.concurrent | This package contains classes taken from EDU.oswego.cs.dl.util.concurrent library Version 1.3.4. |
| Uses of ReadWriteLock in org.castor.cache.hashbelt |
|---|
| Methods in org.castor.cache.hashbelt that return ReadWriteLock | |
|---|---|
protected ReadWriteLock |
AbstractHashbelt.lock()
Get reference to the ReadWriteLock of this cache instance. |
| Uses of ReadWriteLock in org.castor.core.util.concurrent |
|---|
| Classes in org.castor.core.util.concurrent that implement ReadWriteLock | |
|---|---|
class |
ReaderPreferenceReadWriteLock
A ReadWriteLock that prefers waiting readers over waiting writers when there is contention. |
class |
ReentrantWriterPreferenceReadWriteLock
A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock. |
class |
WriterPreferenceReadWriteLock
A ReadWriteLock that prefers waiting writers over waiting readers when there is contention. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||