Uses of Interface
org.redisson.api.RReadWriteLock
-
Uses of RReadWriteLock in org.redisson
Modifier and TypeClassDescriptionclass
AReadWriteLock
maintains a pair of associatedlocks
, one for read-only operations and one for writing.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionRedissonTransactionalMap.getReadWriteLock
(K key) RedissonTransactionalMapCache.getReadWriteLock
(K key) RedissonTransactionalSet.getReadWriteLock
(V value)