Uses of Interface
org.redisson.api.RPermitExpirableSemaphoreReactive
-
Packages that use RPermitExpirableSemaphoreReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RPermitExpirableSemaphoreReactive in org.redisson
Methods in org.redisson that return RPermitExpirableSemaphoreReactive Modifier and Type Method Description RPermitExpirableSemaphoreReactiveRedissonReactive. getPermitExpirableSemaphore(String name) -
Uses of RPermitExpirableSemaphoreReactive in org.redisson.api
Methods in org.redisson.api that return RPermitExpirableSemaphoreReactive Modifier and Type Method Description RPermitExpirableSemaphoreReactiveRedissonReactiveClient. getPermitExpirableSemaphore(String name)Returns semaphore instance by name.RPermitExpirableSemaphoreReactiveRMapReactive. getPermitExpirableSemaphore(K key)ReturnsRPermitExpirableSemaphoreinstance associated with keyRPermitExpirableSemaphoreReactiveRSetCacheReactive. getPermitExpirableSemaphore(V value)ReturnsRPermitExpirableSemaphoreinstance associated withvalueRPermitExpirableSemaphoreReactiveRSetReactive. getPermitExpirableSemaphore(V value)ReturnsRPermitExpirableSemaphoreinstance associated withvalue -
Uses of RPermitExpirableSemaphoreReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RPermitExpirableSemaphoreReactive Modifier and Type Method Description RPermitExpirableSemaphoreReactiveRedissonMapReactive. getPermitExpirableSemaphore(K key)RPermitExpirableSemaphoreReactiveRedissonSetCacheReactive. getPermitExpirableSemaphore(V value)RPermitExpirableSemaphoreReactiveRedissonSetReactive. getPermitExpirableSemaphore(V value)
-