See: Description
Interface | Description |
---|---|
Lock |
A lock on a specific monitor that can be used for synchronization purposes.
|
ReadWriteLockManager |
A lock manager that manages a multi-read, single-write lock.
|
Class | Description |
---|---|
AbstractReadWriteLockManager |
An abstract base implementation of a read/write lock manager.
|
ExclusiveLockManager |
A lock manager for exclusive locks.
|
LockingIteration<E,X extends Exception> |
An Iteration that holds on to a lock until the Iteration is closed.
|
LockManager |
Manages a set of active locks.
|
Properties |
Class controlling various logging properties such as the amount of lock tracking that is done for debugging (at the
cost of performance).
|
ReadPrefReadWriteLockManager |
A read/write lock manager with reader preference.
|
WritePrefReadWriteLockManager |
A read/write lock manager with writer preference.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.