Uses of Class
org.redisson.RedissonLock
-
Packages that use RedissonLock Package Description org.redisson org.redisson.transaction -
-
Uses of RedissonLock in org.redisson
Subclasses of RedissonLock in org.redisson Modifier and Type Class Description classRedissonFairLockDistributed implementation ofLockImplements reentrant lock.
Lock will be removed automatically if client disconnects.classRedissonReadLockLock will be removed automatically if client disconnects.classRedissonWriteLockLock will be removed automatically if client disconnects. -
Uses of RedissonLock in org.redisson.transaction
Subclasses of RedissonLock in org.redisson.transaction Modifier and Type Class Description classRedissonTransactionalLock
-