Package com.oracle.coherence.concurrent.locks
package com.oracle.coherence.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
- Since:
- 21.12
-
ClassDescriptionThe identity of a lock owner, represented by the UID of the member, and the ID of a thread holding or attempting to acquire the lock.Factory methods for various local and remote lock implementations.A reentrant mutual exclusion distributed
Lock
with the same basic behavior and semantics as the implicit monitor lock accessed usingsynchronized
methods and statements, and theReentrantLock
class, but with support for access synchronization across multiple cluster members.An implementation ofReadWriteLock
supporting similar semantics toReentrantReadWriteLock
, but with support for access synchronization across multiple cluster members.The lock returned by methodRemoteReadWriteLock.readLock()
.The lock returned by methodRemoteReadWriteLock.writeLock()
.