Uses of Interface
com.semedy.reasoner.utils.upgradeablelock.ReadWriteUpdateLock
Packages that use ReadWriteUpdateLock
-
Uses of ReadWriteUpdateLock in com.semedy.reasoner.utils.upgradeablelock
Classes in com.semedy.reasoner.utils.upgradeablelock 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.