| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.connection | |
| org.redisson.pubsub | |
| org.redisson.reactive |
| 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) |
| Constructor and Description |
|---|
Entry(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter) |
| Modifier and Type | Method and Description |
|---|---|
AsyncSemaphore |
PublishSubscribeService.getSemaphore(String channelName) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.psubscribe(String channelName,
Codec codec,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
void |
PublishSubscribeService.punsubscribe(String channelName,
AsyncSemaphore lock) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
void |
PublishSubscribeService.unsubscribe(String channelName,
AsyncSemaphore lock) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedissonPatternTopicReactive.acquire(AsyncSemaphore semaphore) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.