| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.connection | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedissonPatternTopic.acquire(AsyncSemaphore semaphore) |
protected void |
RedissonTopic.acquire(AsyncSemaphore semaphore) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdleConnectionWatcher.add(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter,
Function<RedisConnection,Boolean> deleteHandler) |
| Constructor and Description |
|---|
Entry(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter,
Function<RedisConnection,Boolean> deleteHandler) |
| Modifier and Type | Method and Description |
|---|---|
AsyncSemaphore |
PublishSubscribeService.getSemaphore(ChannelName channelName) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
Copyright © 2014–2021 Redisson. All rights reserved.