Uses of Class
com.github.ddth.dlock.impl.redis.ClusteredRedisDLock
-
Packages that use ClusteredRedisDLock Package Description com.github.ddth.dlock.impl.redis -
-
Uses of ClusteredRedisDLock in com.github.ddth.dlock.impl.redis
Methods in com.github.ddth.dlock.impl.redis that return ClusteredRedisDLock Modifier and Type Method Description ClusteredRedisDLockClusteredRedisDLockFactory. createLock(String name)Create a new lock.protected ClusteredRedisDLockClusteredRedisDLockFactory. createLockInternal(String name, Properties lockProps)Create a new lock instance, but does not initialize it.ClusteredRedisDLockClusteredRedisDLock. init()Init method.ClusteredRedisDLockClusteredRedisDLock. setRedisHostsAndPorts(String redisHostsAndPorts)Redis' hosts and ports scheme (formathost1:port1,host2:port2,host3:port3).
-