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 TypeClassDescriptionclassAn implementation ofReadWriteUpdateLock, extending the functionality of the JDKReentrantReadWriteLockwith an update lock in addition to the read and write lock, supporting upgrade from read-only operation to writing status, and downgrade again.