Uses of Class
com.oracle.coherence.concurrent.locks.internal.ReadWriteLockHolder
-
Packages that use ReadWriteLockHolder Package Description 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.com.oracle.coherence.concurrent.locks.internal -
-
Uses of ReadWriteLockHolder in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return types with arguments of type ReadWriteLockHolder Modifier and Type Method Description static com.tangosol.net.NamedMap<String,ReadWriteLockHolder>Locks. readWriteLocksMap()Return CoherenceNamedMapcontaining the read/write locks state. -
Uses of ReadWriteLockHolder in com.oracle.coherence.concurrent.locks.internal
Method parameters in com.oracle.coherence.concurrent.locks.internal with type arguments of type ReadWriteLockHolder Modifier and Type Method Description VoidReadWriteLockHolder.RemoveLocks. process(com.tangosol.util.InvocableMap.Entry<String,ReadWriteLockHolder> entry)
-