Uses of Interface
org.redisson.api.RReadWriteLock
Packages that use RReadWriteLock
-
Uses of RReadWriteLock in org.redisson
Classes in org.redisson that implement RReadWriteLockModifier and TypeClassDescriptionclass
AReadWriteLock
maintains a pair of associatedlocks
, one for read-only operations and one for writing.Methods in org.redisson that return RReadWriteLockModifier and TypeMethodDescriptionRedisson.getReadWriteLock
(String name) Redisson.getReadWriteLock
(CommonOptions options) RedissonMap.getReadWriteLock
(K key) RedissonMultimap.getReadWriteLock
(K key) RedissonSet.getReadWriteLock
(V value) RedissonSetCache.getReadWriteLock
(V value) RedissonSetMultimapValues.getReadWriteLock
(V value) -
Uses of RReadWriteLock in org.redisson.api
Methods in org.redisson.api that return RReadWriteLockModifier and TypeMethodDescriptionRedissonClient.getReadWriteLock
(String name) Returns ReadWriteLock instance by name.RedissonClient.getReadWriteLock
(CommonOptions options) Returns ReadWriteLock instance with specifiedoptions
.RMap.getReadWriteLock
(K key) ReturnsRReadWriteLock
instance associated with keyRMultimap.getReadWriteLock
(K key) ReturnsRReadWriteLock
instance associated with keyRSet.getReadWriteLock
(V value) ReturnsRReadWriteLock
instance associated withvalue
-
Uses of RReadWriteLock in org.redisson.transaction
Methods in org.redisson.transaction that return RReadWriteLockModifier and TypeMethodDescriptionRedissonTransactionalMap.getReadWriteLock
(K key) RedissonTransactionalMapCache.getReadWriteLock
(K key) RedissonTransactionalSet.getReadWriteLock
(V value)