Uses of Interface
org.redisson.api.RSemaphore
Packages that use RSemaphore
-
Uses of RSemaphore in org.redisson
Classes in org.redisson that implement RSemaphoreModifier and TypeClassDescriptionclassclassDistributed and concurrent implementation ofSemaphore.Methods in org.redisson that return RSemaphoreModifier and TypeMethodDescriptionRedisson.getSemaphore(String name) Redisson.getSemaphore(CommonOptions options) RedissonMap.getSemaphore(K key) RedissonMultimap.getSemaphore(K key) RedissonSet.getSemaphore(V value) RedissonSetCache.getSemaphore(V value) RedissonSetMultimapValues.getSemaphore(V value) Methods in org.redisson with parameters of type RSemaphoreModifier and TypeMethodDescriptionprotected CompletionStage<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 RSemaphoreModifier and TypeMethodDescriptionRedissonClient.getSemaphore(String name) Returns semaphore instance by nameRedissonClient.getSemaphore(CommonOptions options) Returns semaphore instance with specifiedoptions.RJsonStore.getSemaphore(K key) ReturnsRSemaphoreinstance associated with keyRMap.getSemaphore(K key) ReturnsRSemaphoreinstance associated with keyRMultimap.getSemaphore(K key) ReturnsRSemaphoreinstance associated with keyRSet.getSemaphore(V value) ReturnsRSemaphoreinstance associated withvalue -
Uses of RSemaphore in org.redisson.transaction
Methods in org.redisson.transaction that return RSemaphoreModifier and TypeMethodDescriptionRedissonTransactionalMap.getSemaphore(K key) RedissonTransactionalMapCache.getSemaphore(K key) RedissonTransactionalSet.getSemaphore(V value)