| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonFairLock
Distributed implementation of
Lock
Implements reentrant lock. |
class |
RedissonLock
Distributed implementation of
Lock
Implements reentrant lock. |
class |
RedissonReadLock
Lock will be removed automatically if client disconnects.
|
class |
RedissonWriteLock
Lock will be removed automatically if client disconnects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RLock
Distributed implementation of
Lock
Implements reentrant lock. |
| Modifier and Type | Method and Description |
|---|---|
protected RLockAsync |
RedissonPermitExpirableSemaphoreReactive.createLock(CommandAsyncExecutor connectionManager,
String name) |
| Constructor and Description |
|---|
RedissonLockReactive(CommandReactiveExecutor connectionManager,
String name,
RLockAsync instance) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.