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 RPermitExpirableSemaphoreReactive
RedissonReactive. getPermitExpirableSemaphore(String name)
-
Uses of RPermitExpirableSemaphoreReactive in org.redisson.api
Methods in org.redisson.api that return RPermitExpirableSemaphoreReactive Modifier and Type Method Description RPermitExpirableSemaphoreReactive
RedissonReactiveClient. getPermitExpirableSemaphore(String name)
Returns semaphore instance by name.RPermitExpirableSemaphoreReactive
RMapReactive. getPermitExpirableSemaphore(K key)
ReturnsRPermitExpirableSemaphore
instance associated with keyRPermitExpirableSemaphoreReactive
RSetCacheReactive. getPermitExpirableSemaphore(V value)
ReturnsRPermitExpirableSemaphore
instance associated withvalue
RPermitExpirableSemaphoreReactive
RSetReactive. getPermitExpirableSemaphore(V value)
ReturnsRPermitExpirableSemaphore
instance associated withvalue
-
Uses of RPermitExpirableSemaphoreReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RPermitExpirableSemaphoreReactive Modifier and Type Method Description RPermitExpirableSemaphoreReactive
RedissonMapReactive. getPermitExpirableSemaphore(K key)
RPermitExpirableSemaphoreReactive
RedissonSetCacheReactive. getPermitExpirableSemaphore(V value)
RPermitExpirableSemaphoreReactive
RedissonSetReactive. getPermitExpirableSemaphore(V value)
-