- getClientId() - Method in class com.github.ddth.dlock.impl.AbstractDLock
-
Get client-id who is currently holding the lock.
- getJedis() - Method in class com.github.ddth.dlock.impl.redis.ClusteredRedisDLock
-
- getJedis() - Method in class com.github.ddth.dlock.impl.redis.JedisConnector
-
- getJedis() - Method in class com.github.ddth.dlock.impl.redis.RedisDLock
-
- getJedisCluster() - Method in class com.github.ddth.dlock.impl.redis.JedisConnector
-
- getJedisConnector() - Method in class com.github.ddth.dlock.impl.redis.BaseRedisDLock
-
- getJedisConnector() - Method in class com.github.ddth.dlock.impl.redis.BaseRedisDLockFactory
-
- getLockNamePrefix() - Method in class com.github.ddth.dlock.impl.AbstractDLockFactory
-
- getLockProperties() - Method in class com.github.ddth.dlock.impl.AbstractDLock
-
Get lock's custom properties.
- getLockProperties(String) - Method in class com.github.ddth.dlock.impl.AbstractDLockFactory
-
Get a lock's properties
- getLockPropertiesMap() - Method in class com.github.ddth.dlock.impl.AbstractDLockFactory
-
Get all locks properties settings.
- getLockProperty(String) - Method in class com.github.ddth.dlock.impl.AbstractDLock
-
Get lock's custom property.
- getName() - Method in interface com.github.ddth.dlock.IDLock
-
Get lock's name(space).
- getName() - Method in class com.github.ddth.dlock.impl.AbstractDLock
-
Get lock's name(space).
- getRedisHostAndPort() - Method in class com.github.ddth.dlock.impl.redis.RedisDLock
-
Redis' host and port scheme (format host:port).
- getRedisHostAndPort() - Method in class com.github.ddth.dlock.impl.redis.RedisDLockFactory
-
Redis' host and port scheme (format host:port).
- getRedisHostsAndPorts() - Method in class com.github.ddth.dlock.impl.redis.ClusteredRedisDLock
-
Redis' hosts and ports scheme (format
host1:port1,host2:port2,host3:port3).
- getRedisHostsAndPorts() - Method in class com.github.ddth.dlock.impl.redis.ClusteredRedisDLockFactory
-
Redis' hosts and ports scheme (format
host1:port1,host2:port2,host3:port3).
- getRedisHostsAndPorts() - Method in class com.github.ddth.dlock.impl.redis.JedisConnector
-
Get Redis' hosts and ports scheme (format
host1:port1,host2:port2).
- getRedisPassword() - Method in class com.github.ddth.dlock.impl.redis.BaseRedisDLock
-
- getRedisPassword() - Method in class com.github.ddth.dlock.impl.redis.BaseRedisDLockFactory
-
- getRedisPassword() - Method in class com.github.ddth.dlock.impl.redis.JedisConnector
-
- getScriptLock() - Method in class com.github.ddth.dlock.impl.redis.BaseRedisDLock
-
- getScriptUnlock() - Method in class com.github.ddth.dlock.impl.redis.BaseRedisDLock
-
- getTimestampExpiry() - Method in class com.github.ddth.dlock.impl.AbstractDLock
-
Get timestamp (in milliseconds) when the lock-acquisition expires.