Uses of Interface
org.redisson.api.RPermitExpirableSemaphoreReactive
Packages that use RPermitExpirableSemaphoreReactive
-
Uses of RPermitExpirableSemaphoreReactive in org.redisson
Methods in org.redisson that return RPermitExpirableSemaphoreReactiveModifier and TypeMethodDescriptionRedissonReactive.getPermitExpirableSemaphore(String name) RedissonReactive.getPermitExpirableSemaphore(CommonOptions options) -
Uses of RPermitExpirableSemaphoreReactive in org.redisson.api
Methods in org.redisson.api that return RPermitExpirableSemaphoreReactiveModifier and TypeMethodDescriptionRedissonReactiveClient.getPermitExpirableSemaphore(String name) Returns semaphore instance by name.RedissonReactiveClient.getPermitExpirableSemaphore(CommonOptions options) Returns semaphore instance with specifiedoptions.RMapReactive.getPermitExpirableSemaphore(K key) ReturnsRPermitExpirableSemaphoreinstance associated with keyRSetCacheReactive.getPermitExpirableSemaphore(V value) ReturnsRPermitExpirableSemaphoreinstance associated withvalueRSetReactive.getPermitExpirableSemaphore(V value) ReturnsRPermitExpirableSemaphoreinstance associated withvalue -
Uses of RPermitExpirableSemaphoreReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RPermitExpirableSemaphoreReactiveModifier and TypeMethodDescriptionRedissonMapReactive.getPermitExpirableSemaphore(K key) RedissonSetCacheReactive.getPermitExpirableSemaphore(V value) RedissonSetReactive.getPermitExpirableSemaphore(V value)