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> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getReadLock
in interfaceReadWriteGuard
-
getWriteLock
- Specified by:
getWriteLock
in interfaceReadWriteGuard
-
getCondition
- Specified by:
getCondition
in interfaceReadWriteGuard
-
computeRO
- Specified by:
computeRO
in interfaceReadWriteGuard
-
computeRW
- Specified by:
computeRW
in interfaceReadWriteGuard
-