Uses of Class
com.github.ddth.dlock.impl.redis.BaseRedisDLock
-
Packages that use BaseRedisDLock Package Description com.github.ddth.dlock.impl.redis -
-
Uses of BaseRedisDLock in com.github.ddth.dlock.impl.redis
Subclasses of BaseRedisDLock in com.github.ddth.dlock.impl.redis Modifier and Type Class Description classClusteredRedisDLockClustered Redis implementation ofICache.classRedisDLockMethods in com.github.ddth.dlock.impl.redis that return BaseRedisDLock Modifier and Type Method Description BaseRedisDLockBaseRedisDLockFactory. createLock(String name)Create a new lock.BaseRedisDLockBaseRedisDLock. init()Init method.BaseRedisDLockBaseRedisDLock. setJedisConnector(com.github.ddth.commons.redis.JedisConnector jedisConnector)BaseRedisDLockBaseRedisDLock. setRedisPassword(String redisPassword)Password to connect to Redis server/cluster.protected BaseRedisDLockBaseRedisDLock. setScriptLock(String scriptLock)protected BaseRedisDLockBaseRedisDLock. setScriptUnlock(String scriptUnlock)
-