Uses of Interface
com.semedy.reasoner.core.locks.ReadWriteUpdateLock
Packages that use ReadWriteUpdateLock
-
Uses of ReadWriteUpdateLock in com.semedy.reasoner.core.locks
Classes in com.semedy.reasoner.core.locks that implement ReadWriteUpdateLockModifier and TypeClassDescriptionclass
An implementation ofReadWriteUpdateLock
, extending the functionality of the JDKReentrantReadWriteLock
with an update lock in addition to the read and write lock, supporting upgrade from read-only operation to writing status, and downgrade again.