Uses of Package
com.oracle.coherence.concurrent.locks
Package
Description
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
-
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.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.