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 classRedissonReadWriteLockAReadWriteLockmaintains 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 RReadWriteLockRedisson. getReadWriteLock(String name)RReadWriteLockRedissonMap. getReadWriteLock(K key)RReadWriteLockRedissonMultimap. getReadWriteLock(K key)RReadWriteLockRedissonSet. getReadWriteLock(V value)RReadWriteLockRedissonSetCache. getReadWriteLock(V value)RReadWriteLockRedissonSetMultimapValues. getReadWriteLock(V value) -
Uses of RReadWriteLock in org.redisson.api
Methods in org.redisson.api that return RReadWriteLock Modifier and Type Method Description RReadWriteLockRedissonClient. getReadWriteLock(String name)Returns ReadWriteLock instance by name.RReadWriteLockRMap. getReadWriteLock(K key)ReturnsRReadWriteLockinstance associated with keyRReadWriteLockRMultimap. getReadWriteLock(K key)ReturnsRReadWriteLockinstance associated with keyRReadWriteLockRSet. getReadWriteLock(V value)ReturnsRReadWriteLockinstance associated withvalueRReadWriteLockRSetCache. getReadWriteLock(V value)ReturnsRReadWriteLockinstance associated withvalue -
Uses of RReadWriteLock in org.redisson.transaction
Methods in org.redisson.transaction that return RReadWriteLock Modifier and Type Method Description RReadWriteLockRedissonTransactionalMap. getReadWriteLock(K key)RReadWriteLockRedissonTransactionalMapCache. getReadWriteLock(K key)RReadWriteLockRedissonTransactionalSet. getReadWriteLock(V value)
-