Uses of Class
org.redisson.misc.AsyncSemaphore
Packages that use AsyncSemaphore
-
Uses of AsyncSemaphore in org.redisson
Methods in org.redisson with parameters of type AsyncSemaphoreModifier and TypeMethodDescriptionprotected voidRedissonPatternTopic.acquire(AsyncSemaphore semaphore) -
Uses of AsyncSemaphore in org.redisson.connection
Methods in org.redisson.connection with parameters of type AsyncSemaphoreModifier and TypeMethodDescriptionvoidIdleConnectionWatcher.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 AsyncSemaphoreModifierConstructorDescriptionEntry(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 AsyncSemaphoreMethods in org.redisson.pubsub with parameters of type AsyncSemaphoreModifier and TypeMethodDescriptionPublishSubscribeService.subscribeNoTimeout(Codec codec, String channelName, AsyncSemaphore semaphore, RedisPubSubListener<?>... listeners)