Uses of Class
org.redisson.RedissonBaseLock
-
Packages that use RedissonBaseLock Package Description org.redisson org.redisson.transaction -
-
Uses of RedissonBaseLock in org.redisson
Subclasses of RedissonBaseLock 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
RedissonLock
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
RedissonSpinLock
Distributed implementation ofLock
Implements reentrant lock.
Lock will be removed automatically if client disconnects.class
RedissonWriteLock
Lock will be removed automatically if client disconnects. -
Uses of RedissonBaseLock in org.redisson.transaction
Subclasses of RedissonBaseLock in org.redisson.transaction Modifier and Type Class Description class
RedissonTransactionalLock
-