| Package | Description |
|---|---|
| com.github.ddth.dlock.impl | |
| com.github.ddth.dlock.impl.inmem | |
| com.github.ddth.dlock.impl.redis |
| Modifier and Type | Method and Description |
|---|---|
AbstractDLockFactory |
AbstractDLockFactory.init() |
AbstractDLockFactory |
AbstractDLockFactory.setLockNamePrefix(String lockNamePrefix)
Name of locks created by this factory will be prefixed by this string.
|
AbstractDLockFactory |
AbstractDLockFactory.setLockProperties(Map<String,Properties> lockProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
InmemDLockFactory
In-memory implementation of
IDLockFactory that creates
InmemDLock objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRedisDLockFactory
Base class for Redis-based implementations of
IDLockFactory. |
class |
ClusteredRedisDLockFactory
|
class |
RedisDLockFactory
|
Copyright © 2018 DDTH. All rights reserved.