| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.connection | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedissonTopic.acquire(AsyncSemaphore semaphore) |
protected void |
RedissonPatternTopic.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.psubscribe(String channelName,
Codec codec,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
void |
PublishSubscribeService.punsubscribe(ChannelName channelName,
AsyncSemaphore lock) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<Void> |
PublishSubscribeService.unsubscribe(ChannelName channelName,
AsyncSemaphore lock) |
Copyright © 2014–2020 Redisson. All rights reserved.