| Package | Description |
|---|---|
| org.redisson |
| Modifier and Type | Field and Description |
|---|---|
protected SemaphorePubSub |
RedissonRx.semaphorePubSub |
protected SemaphorePubSub |
RedissonReactive.semaphorePubSub |
protected SemaphorePubSub |
Redisson.semaphorePubSub |
| Modifier and Type | Method and Description |
|---|---|
SemaphorePubSub |
RedissonReactive.getSemaphorePubSub() |
SemaphorePubSub |
Redisson.getSemaphorePubSub() |
| 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) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.