Uses of Interface
com.github.ddth.dlock.IDLock
-
Packages that use IDLock Package Description com.github.ddth.dlock com.github.ddth.dlock.impl com.github.ddth.dlock.impl.inmem com.github.ddth.dlock.impl.redis -
-
Uses of IDLock in com.github.ddth.dlock
Methods in com.github.ddth.dlock that return IDLock Modifier and Type Method Description IDLockIDLockFactory. createLock(String name)Create a new lock. -
Uses of IDLock in com.github.ddth.dlock.impl
Classes in com.github.ddth.dlock.impl that implement IDLock Modifier and Type Class Description classAbstractDLockAbstract implementation ofIDLock. -
Uses of IDLock in com.github.ddth.dlock.impl.inmem
Classes in com.github.ddth.dlock.impl.inmem that implement IDLock Modifier and Type Class Description classInmemDLockIn-memory implementation ofIDLock. -
Uses of IDLock in com.github.ddth.dlock.impl.redis
Classes in com.github.ddth.dlock.impl.redis that implement IDLock Modifier and Type Class Description classBaseRedisDLockclassClusteredRedisDLockClustered Redis implementation ofICache.classRedisDLock
-