Package com.microstrategy.utils.concurrent
-
Interface Summary Interface Description ReadWriteLock ReadWriteLocks maintain a pair of associated locks.Sync Main interface for locks, gates, and conditions. -
Class Summary Class Description ReadWriteLockFactory ReadWriteLockLogWrapper Copyright © 2002 MicroStrategy, Inc.ReentrantWriterPreferenceReadWriteLock A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock.SyncLogWrapper WriterPreferenceReadWriteLock A ReadWriteLock that prefers waiting writers over waiting readers when there is contention.