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 TypeClassDescriptionclassAReadWriteLockmaintains 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) 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.RMap.getReadWriteLock(K key) ReturnsRReadWriteLockinstance associated with keyRMultimap.getReadWriteLock(K key) ReturnsRReadWriteLockinstance associated with keyRSet.getReadWriteLock(V value) ReturnsRReadWriteLockinstance associated withvalueRSetCache.getReadWriteLock(V value) ReturnsRReadWriteLockinstance 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)