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