| Package | Description |
|---|---|
| com.github.ddth.dlock | |
| com.github.ddth.dlock.impl | |
| com.github.ddth.dlock.impl.inmem | |
| com.github.ddth.dlock.impl.redis |
| Modifier and Type | Method and Description |
|---|---|
IDLock |
IDLockFactory.createLock(String name)
Create a new lock.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDLock
Abstract implementation of
IDLock. |
| Modifier and Type | Class and Description |
|---|---|
class |
InmemDLock
In-memory implementation of
IDLock. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRedisDLock
|
class |
ClusteredRedisDLock
Clustered Redis implementation of
ICache. |
class |
RedisDLock
|
Copyright © 2018 DDTH. All rights reserved.