Package dev.getelements.elements.rt.util
Class ReentrantReadWriteGuard
java.lang.Object
dev.getelements.elements.rt.util.ReentrantReadWriteGuard
- All Implemented Interfaces:
ReadWriteGuard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T<T> TMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.rt.util.ReadWriteGuard
ro, rw
-
Constructor Details
-
ReentrantReadWriteGuard
public ReentrantReadWriteGuard() -
ReentrantReadWriteGuard
public ReentrantReadWriteGuard(org.slf4j.Logger logger, boolean signaling)
-
-
Method Details
-
getReadLock
- Specified by:
getReadLockin interfaceReadWriteGuard
-
getWriteLock
- Specified by:
getWriteLockin interfaceReadWriteGuard
-
getCondition
- Specified by:
getConditionin interfaceReadWriteGuard
-
computeRO
- Specified by:
computeROin interfaceReadWriteGuard
-
computeRW
- Specified by:
computeRWin interfaceReadWriteGuard
-