Uses of Interface
org.redisson.api.RSemaphore
-
Packages that use RSemaphore Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RSemaphore in org.redisson
Classes in org.redisson that implement RSemaphore Modifier and Type Class Description classRedissonQueueSemaphoreclassRedissonSemaphoreDistributed and concurrent implementation ofSemaphore.Methods in org.redisson that return RSemaphore Modifier and Type Method Description RSemaphoreRedisson. getSemaphore(String name)RSemaphoreRedissonMap. getSemaphore(K key)RSemaphoreRedissonMultimap. getSemaphore(K key)RSemaphoreRedissonSet. getSemaphore(V value)RSemaphoreRedissonSetCache. getSemaphore(V value)RSemaphoreRedissonSetMultimapValues. getSemaphore(V value)Methods in org.redisson with parameters of type RSemaphore Modifier and Type Method Description protected RFuture<Void>RedissonBaseAdder. tryAcquire(RSemaphore semaphore, long timeout, TimeUnit timeUnit, int value) -
Uses of RSemaphore in org.redisson.api
Methods in org.redisson.api that return RSemaphore Modifier and Type Method Description RSemaphoreRedissonClient. getSemaphore(String name)Returns semaphore instance by nameRSemaphoreRMap. getSemaphore(K key)ReturnsRSemaphoreinstance associated with keyRSemaphoreRMultimap. getSemaphore(K key)ReturnsRSemaphoreinstance associated with keyRSemaphoreRSet. getSemaphore(V value)ReturnsRSemaphoreinstance associated withvalueRSemaphoreRSetCache. getSemaphore(V value)ReturnsRSemaphoreinstance associated withvalue -
Uses of RSemaphore in org.redisson.transaction
Methods in org.redisson.transaction that return RSemaphore Modifier and Type Method Description RSemaphoreRedissonTransactionalMap. getSemaphore(K key)RSemaphoreRedissonTransactionalMapCache. getSemaphore(K key)RSemaphoreRedissonTransactionalSet. getSemaphore(V value)
-