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 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.