Uses of Interface
org.redisson.api.RSemaphoreAsync
-
Packages that use RSemaphoreAsync Package Description org.redisson org.redisson.api -
-
Uses of RSemaphoreAsync in org.redisson
Classes in org.redisson that implement RSemaphoreAsync Modifier and Type Class Description class
RedissonQueueSemaphore
class
RedissonSemaphore
Distributed and concurrent implementation ofSemaphore
. -
Uses of RSemaphoreAsync in org.redisson.api
Subinterfaces of RSemaphoreAsync in org.redisson.api Modifier and Type Interface Description interface
RSemaphore
Redis based implementation ofSemaphore
.
-