| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
RLockReactive |
RedissonReactive.getLock(String name) |
| Modifier and Type | Method and Description |
|---|---|
RLockReactive |
RedissonReactiveClient.getLock(String name)
Returns lock instance by name.
|
RLockReactive |
RReadWriteLockReactive.readLock()
Returns the lock used for reading.
|
RLockReactive |
RReadWriteLockReactive.writeLock()
Returns the lock used for writing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonLockReactive |
| Modifier and Type | Method and Description |
|---|---|
RLockReactive |
RedissonReadWriteLockReactive.readLock() |
RLockReactive |
RedissonReadWriteLockReactive.writeLock() |
Copyright © 2014–2018 The Redisson Project. All rights reserved.