Uses of Interface
com.github.ddth.dlock.IDLockFactory
-
Packages that use IDLockFactory Package Description com.github.ddth.dlock.impl com.github.ddth.dlock.impl.inmem com.github.ddth.dlock.impl.redis -
-
Uses of IDLockFactory in com.github.ddth.dlock.impl
Classes in com.github.ddth.dlock.impl that implement IDLockFactory Modifier and Type Class Description classAbstractDLockFactoryAbstract implementation ofIDLockFactorythat createsAbstractDLockinstances. -
Uses of IDLockFactory in com.github.ddth.dlock.impl.inmem
Classes in com.github.ddth.dlock.impl.inmem that implement IDLockFactory Modifier and Type Class Description classInmemDLockFactoryIn-memory implementation ofIDLockFactorythat createsInmemDLockobjects. -
Uses of IDLockFactory in com.github.ddth.dlock.impl.redis
Classes in com.github.ddth.dlock.impl.redis that implement IDLockFactory Modifier and Type Class Description classBaseRedisDLockFactoryBase class for Redis-based implementations ofIDLockFactory.classClusteredRedisDLockFactoryclassRedisDLockFactory
-