Uses of Class
org.redisson.pubsub.AsyncSemaphore
-
Packages that use AsyncSemaphore Package Description org.redisson org.redisson.connection org.redisson.pubsub -
-
Uses of AsyncSemaphore in org.redisson
Methods in org.redisson with parameters of type AsyncSemaphore Modifier and Type Method Description protected voidRedissonPatternTopic. acquire(AsyncSemaphore semaphore)protected voidRedissonTopic. acquire(AsyncSemaphore semaphore) -
Uses of AsyncSemaphore in org.redisson.connection
Methods in org.redisson.connection with parameters of type AsyncSemaphore Modifier and Type Method Description voidIdleConnectionWatcher. add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection,Boolean> deleteHandler)Constructors in org.redisson.connection with parameters of type AsyncSemaphore Constructor Description Entry(int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection,Boolean> deleteHandler) -
Uses of AsyncSemaphore in org.redisson.pubsub
Methods in org.redisson.pubsub that return AsyncSemaphore Modifier and Type Method Description AsyncSemaphorePublishSubscribeService. getSemaphore(ChannelName channelName)Methods in org.redisson.pubsub with parameters of type AsyncSemaphore Modifier and Type Method Description RFuture<PubSubConnectionEntry>PublishSubscribeService. subscribe(Codec codec, String channelName, AsyncSemaphore semaphore, RedisPubSubListener<?>... listeners)
-