Package org.redisson.rx
Class RedissonReadWriteLockRx
java.lang.Object
org.redisson.rx.RedissonReadWriteLockRx
- All Implemented Interfaces:
RReadWriteLockRx
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RedissonReadWriteLockRx
-
-
Method Details
-
readLock
Description copied from interface:RReadWriteLockRx
Returns the lock used for reading.- Specified by:
readLock
in interfaceRReadWriteLockRx
- Returns:
- the lock used for reading
-
writeLock
Description copied from interface:RReadWriteLockRx
Returns the lock used for writing.- Specified by:
writeLock
in interfaceRReadWriteLockRx
- Returns:
- the lock used for writing
-