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 classRedissonFairLockDistributed implementation ofLockImplements reentrant lock.
Lock will be removed automatically if client disconnects.classRedissonLockDistributed implementation ofLockImplements reentrant lock.
Lock will be removed automatically if client disconnects.classRedissonReadLockLock will be removed automatically if client disconnects.classRedissonSpinLockDistributed implementation ofLockImplements reentrant lock.
Lock will be removed automatically if client disconnects.classRedissonWriteLockLock 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 classRedissonTransactionalLock
-