Uses of Interface
org.redisson.api.RSemaphoreRx
Packages that use RSemaphoreRx
-
Uses of RSemaphoreRx in org.redisson
Methods in org.redisson that return RSemaphoreRxModifier and TypeMethodDescriptionRedissonRx.getSemaphore(String name) RedissonRx.getSemaphore(CommonOptions options) -
Uses of RSemaphoreRx in org.redisson.api
Methods in org.redisson.api that return RSemaphoreRxModifier and TypeMethodDescriptionRedissonRxClient.getSemaphore(String name) Returns semaphore instance by nameRedissonRxClient.getSemaphore(CommonOptions options) Returns semaphore instance with specifiedoptions.RJsonStoreRx.getSemaphore(K key) ReturnsRSemaphoreinstance associated with keyRMapRx.getSemaphore(K key) ReturnsRSemaphoreinstance associated with keyRSetCacheRx.getSemaphore(V value) ReturnsRSemaphoreinstance associated withvalueRSetRx.getSemaphore(V value) ReturnsRSemaphoreinstance associated withvalue -
Uses of RSemaphoreRx in org.redisson.rx
Methods in org.redisson.rx that return RSemaphoreRxModifier and TypeMethodDescriptionRedissonMapRx.getSemaphore(K key) RedissonSetCacheRx.getSemaphore(V value) RedissonSetRx.getSemaphore(V value)