Uses of Interface
org.redisson.api.RSemaphoreReactive
-
Packages that use RSemaphoreReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RSemaphoreReactive in org.redisson
Methods in org.redisson that return RSemaphoreReactive Modifier and Type Method Description RSemaphoreReactive
RedissonReactive. getSemaphore(String name)
-
Uses of RSemaphoreReactive in org.redisson.api
Methods in org.redisson.api that return RSemaphoreReactive Modifier and Type Method Description RSemaphoreReactive
RedissonReactiveClient. getSemaphore(String name)
Returns semaphore instance by nameRSemaphoreReactive
RMapReactive. getSemaphore(K key)
ReturnsRSemaphore
instance associated with keyRSemaphoreReactive
RSetCacheReactive. getSemaphore(V value)
ReturnsRSemaphore
instance associated withvalue
RSemaphoreReactive
RSetReactive. getSemaphore(V value)
ReturnsRSemaphore
instance associated withvalue
-
Uses of RSemaphoreReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RSemaphoreReactive Modifier and Type Method Description RSemaphoreReactive
RedissonMapReactive. getSemaphore(K key)
RSemaphoreReactive
RedissonSetCacheReactive. getSemaphore(V value)
RSemaphoreReactive
RedissonSetReactive. getSemaphore(V value)
-