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 class
RedissonFairLock
Distributed implementation ofLock
Implements reentrant lock.
Lock will be removed automatically if client disconnects.class
RedissonReadLock
Lock will be removed automatically if client disconnects.class
RedissonWriteLock
Lock 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 class
RedissonTransactionalLock
-