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 RSemaphoreReactiveRedissonReactive. getSemaphore(String name) -
Uses of RSemaphoreReactive in org.redisson.api
Methods in org.redisson.api that return RSemaphoreReactive Modifier and Type Method Description RSemaphoreReactiveRedissonReactiveClient. getSemaphore(String name)Returns semaphore instance by nameRSemaphoreReactiveRMapReactive. getSemaphore(K key)ReturnsRSemaphoreinstance associated with keyRSemaphoreReactiveRSetCacheReactive. getSemaphore(V value)ReturnsRSemaphoreinstance associated withvalueRSemaphoreReactiveRSetReactive. getSemaphore(V value)ReturnsRSemaphoreinstance associated withvalue -
Uses of RSemaphoreReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RSemaphoreReactive Modifier and Type Method Description RSemaphoreReactiveRedissonMapReactive. getSemaphore(K key)RSemaphoreReactiveRedissonSetCacheReactive. getSemaphore(V value)RSemaphoreReactiveRedissonSetReactive. getSemaphore(V value)
-