Uses of Class
de.aristaflow.adept2.util.locking.ReentrantLock.Lock
Packages that use ReentrantLock.Lock
-
Uses of ReentrantLock.Lock in de.aristaflow.adept2.util.locking
Subclasses of ReentrantLock.Lock in de.aristaflow.adept2.util.lockingModifier and TypeClassDescriptionprotected classRepresents a read lock which allows multiple objects to hold the lock simultaneously and multiple times but blocks as soon as one object wants a write lock.protected classRepresents a write lock which allows an object to hold the lock multiple times.Fields in de.aristaflow.adept2.util.locking declared as ReentrantLock.LockModifier and TypeFieldDescriptionprotected final ReentrantLock<T>.LockReentrantLock.readLockThe lock responsible for synchronising read access.protected final ReentrantLock<T>.LockReentrantLock.writeLockThe lock responsible for synchronising write access.Methods in de.aristaflow.adept2.util.locking that return ReentrantLock.Lock