| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.reactive |
| Modifier and Type | Field and Description |
|---|---|
protected SemaphorePubSub |
RedissonReactive.semaphorePubSub |
protected SemaphorePubSub |
Redisson.semaphorePubSub |
| Constructor and Description |
|---|
RedissonBoundedBlockingQueue(SemaphorePubSub semaphorePubSub,
Codec codec,
CommandExecutor commandExecutor,
String name,
RedissonClient redisson) |
RedissonBoundedBlockingQueue(SemaphorePubSub semaphorePubSub,
CommandExecutor commandExecutor,
String name,
RedissonClient redisson) |
RedissonPermitExpirableSemaphore(CommandAsyncExecutor commandExecutor,
String name,
SemaphorePubSub semaphorePubSub) |
RedissonQueueSemaphore(CommandExecutor commandExecutor,
String name,
SemaphorePubSub semaphorePubSub) |
RedissonSemaphore(CommandAsyncExecutor commandExecutor,
String name,
SemaphorePubSub semaphorePubSub) |
| Constructor and Description |
|---|
RedissonPermitExpirableSemaphoreReactive(CommandReactiveExecutor connectionManager,
String name,
SemaphorePubSub semaphorePubSub) |
RedissonSemaphoreReactive(CommandReactiveExecutor connectionManager,
String name,
SemaphorePubSub semaphorePubSub) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.