| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.cache | |
| org.redisson.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonQueueSemaphore |
class |
RedissonSemaphore
Distributed and concurrent implementation of
Semaphore. |
| Modifier and Type | Method and Description |
|---|---|
RSemaphore |
RedissonMultimap.getSemaphore(K key) |
RSemaphore |
RedissonMap.getSemaphore(K key) |
RSemaphore |
Redisson.getSemaphore(String name) |
RSemaphore |
RedissonSetMultimapValues.getSemaphore(V value) |
RSemaphore |
RedissonSetCache.getSemaphore(V value) |
RSemaphore |
RedissonSet.getSemaphore(V value) |
| Modifier and Type | Method and Description |
|---|---|
RSemaphore |
RMultimap.getSemaphore(K key)
Returns
RSemaphore instance associated with key |
RSemaphore |
RMap.getSemaphore(K key)
Returns
RSemaphore instance associated with key |
RSemaphore |
RedissonClient.getSemaphore(String name)
Returns semaphore instance by name
|
RSemaphore |
RSetCache.getSemaphore(V value)
Returns
RSemaphore instance associated with value |
RSemaphore |
RSet.getSemaphore(V value)
Returns
RSemaphore instance associated with value |
| Modifier and Type | Method and Description |
|---|---|
protected RSemaphore |
LocalCacheListener.getClearSemaphore(byte[] requestId) |
| Modifier and Type | Method and Description |
|---|---|
RSemaphore |
RedissonTransactionalMapCache.getSemaphore(K key) |
RSemaphore |
RedissonTransactionalMap.getSemaphore(K key) |
RSemaphore |
RedissonTransactionalSet.getSemaphore(V value) |
Copyright © 2014–2019 Redisson. All rights reserved.