| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.command | |
| org.redisson.connection | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedissonTopic.acquire(AsyncSemaphore semaphore) |
protected void |
RedissonPatternTopic.acquire(AsyncSemaphore semaphore) |
| Constructor and Description |
|---|
RedisQueuedBatchExecutor(boolean readOnlyMode,
NodeSource source,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
boolean ignoreRedirect,
ConnectionManager connectionManager,
RedissonObjectBuilder objectBuilder,
ConcurrentMap<MasterSlaveEntry,CommandBatchService.Entry> commands,
ConcurrentMap<MasterSlaveEntry,CommandBatchService.ConnectionEntry> connections,
BatchOptions options,
AtomicInteger index,
AtomicBoolean executed,
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(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–2019 Redisson. All rights reserved.