| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonBaseLock
Base class for implementing distributed locks
|
class |
RedissonFairLock
Distributed implementation of
Lock
Implements reentrant lock. |
class |
RedissonLock
Distributed implementation of
Lock
Implements reentrant lock. |
class |
RedissonMultiLock
Groups multiple independent locks and manages them as one lock.
|
class |
RedissonReadLock
Lock will be removed automatically if client disconnects.
|
class |
RedissonRedLock
RedLock locking algorithm implementation for multiple locks.
|
class |
RedissonSpinLock
Distributed implementation of
Lock
Implements reentrant lock. |
class |
RedissonWriteLock
Lock will be removed automatically if client disconnects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RLock
Redis based implementation of
Lock
Implements re-entrant lock. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransactionalLock |
Copyright © 2014–2021 Redisson. All rights reserved.