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