Uses of Interface
org.redisson.api.RReadWriteLock
-
Packages that use RReadWriteLock Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RReadWriteLock in org.redisson
Classes in org.redisson that implement RReadWriteLock Modifier and Type Class Description class
RedissonReadWriteLock
AReadWriteLock
maintains a pair of associatedlocks
, one for read-only operations and one for writing.Methods in org.redisson that return RReadWriteLock Modifier and Type Method Description RReadWriteLock
Redisson. getReadWriteLock(String name)
RReadWriteLock
RedissonMap. getReadWriteLock(K key)
RReadWriteLock
RedissonMultimap. getReadWriteLock(K key)
RReadWriteLock
RedissonSet. getReadWriteLock(V value)
RReadWriteLock
RedissonSetCache. getReadWriteLock(V value)
RReadWriteLock
RedissonSetMultimapValues. getReadWriteLock(V value)
-
Uses of RReadWriteLock in org.redisson.api
Methods in org.redisson.api that return RReadWriteLock Modifier and Type Method Description RReadWriteLock
RedissonClient. getReadWriteLock(String name)
Returns ReadWriteLock instance by name.RReadWriteLock
RMap. getReadWriteLock(K key)
ReturnsRReadWriteLock
instance associated with keyRReadWriteLock
RMultimap. getReadWriteLock(K key)
ReturnsRReadWriteLock
instance associated with keyRReadWriteLock
RSet. getReadWriteLock(V value)
ReturnsRReadWriteLock
instance associated withvalue
RReadWriteLock
RSetCache. getReadWriteLock(V value)
ReturnsRReadWriteLock
instance associated withvalue
-
Uses of RReadWriteLock in org.redisson.transaction
Methods in org.redisson.transaction that return RReadWriteLock Modifier and Type Method Description RReadWriteLock
RedissonTransactionalMap. getReadWriteLock(K key)
RReadWriteLock
RedissonTransactionalMapCache. getReadWriteLock(K key)
RReadWriteLock
RedissonTransactionalSet. getReadWriteLock(V value)
-