Uses of Class
com.github.ddth.dlock.impl.redis.BaseRedisDLockFactory
-
Packages that use BaseRedisDLockFactory Package Description com.github.ddth.dlock.impl.redis -
-
Uses of BaseRedisDLockFactory in com.github.ddth.dlock.impl.redis
Subclasses of BaseRedisDLockFactory in com.github.ddth.dlock.impl.redis Modifier and Type Class Description classClusteredRedisDLockFactoryclassRedisDLockFactoryMethods in com.github.ddth.dlock.impl.redis that return BaseRedisDLockFactory Modifier and Type Method Description BaseRedisDLockFactoryBaseRedisDLockFactory. init()BaseRedisDLockFactoryBaseRedisDLockFactory. setJedisConnector(com.github.ddth.commons.redis.JedisConnector jedisConnector)BaseRedisDLockFactoryBaseRedisDLockFactory. setRedisPassword(String redisPassword)Password to connect to Redis server/cluster.
-