Uses of Interface
org.redisson.api.RSemaphoreRx
-
Packages that use RSemaphoreRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RSemaphoreRx in org.redisson
Methods in org.redisson that return RSemaphoreRx Modifier and Type Method Description RSemaphoreRx
RedissonRx. getSemaphore(String name)
-
Uses of RSemaphoreRx in org.redisson.api
Methods in org.redisson.api that return RSemaphoreRx Modifier and Type Method Description RSemaphoreRx
RedissonRxClient. getSemaphore(String name)
Returns semaphore instance by nameRSemaphoreRx
RMapRx. getSemaphore(K key)
ReturnsRSemaphore
instance associated with keyRSemaphoreRx
RSetCacheRx. getSemaphore(V value)
ReturnsRSemaphore
instance associated withvalue
RSemaphoreRx
RSetRx. getSemaphore(V value)
ReturnsRSemaphore
instance associated withvalue
-
Uses of RSemaphoreRx in org.redisson.rx
Methods in org.redisson.rx that return RSemaphoreRx Modifier and Type Method Description RSemaphoreRx
RedissonMapRx. getSemaphore(K key)
RSemaphoreRx
RedissonSetCacheRx. getSemaphore(V value)
RSemaphoreRx
RedissonSetRx. getSemaphore(V value)
-