Package com.github.ddth.dlock
Interface IDLockFactory
-
- All Known Implementing Classes:
AbstractDLockFactory,BaseRedisDLockFactory,ClusteredRedisDLockFactory,InmemDLockFactory,RedisDLockFactory
public interface IDLockFactoryFactory to createIDLockinstances.- Since:
- 0.1.0
- Author:
- Thanh Ba Nguyen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDLockcreateLock(String name)Create a new lock.
-