Uses of Class
com.github.ddth.dlock.impl.redis.RedisDLock
-
Packages that use RedisDLock Package Description com.github.ddth.dlock.impl.redis -
-
Uses of RedisDLock in com.github.ddth.dlock.impl.redis
Methods in com.github.ddth.dlock.impl.redis that return RedisDLock Modifier and Type Method Description RedisDLockRedisDLockFactory. createLock(String name)Create a new lock.protected RedisDLockRedisDLockFactory. createLockInternal(String name, Properties lockProps)Create a new lock instance, but does not initialize it.RedisDLockRedisDLock. init()Init method.RedisDLockRedisDLock. setRedisHostAndPort(String redisHostAndPort)Redis' host and port scheme (formathost:port).
-