类的使用
cn.fxbin.bubble.fireworks.plugin.lock.model.LockInfo
-
-
cn.fxbin.bubble.fireworks.plugin.lock.executor中LockInfo的使用
参数类型为LockInfo的cn.fxbin.bubble.fireworks.plugin.lock.executor中的方法 修饰符和类型 方法 说明 booleanAbstractLockExecutor. isHeldByCurrentThread(LockInfo lockInfo, org.redisson.api.RLock rLock)booleanLockExecutor. releaseLock(LockInfo lockInfo)releaseLock -
cn.fxbin.bubble.fireworks.plugin.lock.executor.redis中LockInfo的使用
参数类型为LockInfo的cn.fxbin.bubble.fireworks.plugin.lock.executor.redis中的方法 修饰符和类型 方法 说明 booleanDefaultRedisExecutor. releaseLock(LockInfo lockInfo)releaseLockbooleanFairLockExecutor. releaseLock(LockInfo lockInfo)releaseLockbooleanMultiLockExecutor. releaseLock(LockInfo lockInfo)releaseLockbooleanReadLockExecutor. releaseLock(LockInfo lockInfo)releaseLockbooleanRedLockExecutor. releaseLock(LockInfo lockInfo)releaseLockbooleanReentrantLockExecutor. releaseLock(LockInfo lockInfo)releaseLockbooleanWriteLockExecutor. releaseLock(LockInfo lockInfo)releaseLock参数类型为LockInfo的cn.fxbin.bubble.fireworks.plugin.lock.executor.redis中的构造器 构造器 说明 DefaultRedisExecutor(org.springframework.data.redis.core.RedisTemplate redisTemplate, LockInfo lockInfo)FairLockExecutor(org.redisson.api.RedissonClient redissonClient, LockInfo lockInfo)MultiLockExecutor(org.redisson.api.RedissonClient redissonClient, LockInfo lockInfo)ReadLockExecutor(org.redisson.api.RedissonClient redissonClient, LockInfo lockInfo)RedLockExecutor(org.redisson.api.RedissonClient redissonClient, LockInfo lockInfo)ReentrantLockExecutor(org.redisson.api.RedissonClient redissonClient, LockInfo lockInfo)WriteLockExecutor(org.redisson.api.RedissonClient redissonClient, LockInfo lockInfo) -
cn.fxbin.bubble.fireworks.plugin.lock.factory中LockInfo的使用
参数类型为LockInfo的cn.fxbin.bubble.fireworks.plugin.lock.factory中的方法 修饰符和类型 方法 说明 LockExecutorLockFactory. get(LockInfo lockInfo) -
cn.fxbin.bubble.fireworks.plugin.lock.handler中LockInfo的使用
参数类型为LockInfo的cn.fxbin.bubble.fireworks.plugin.lock.handler中的方法 修饰符和类型 方法 说明 voidTimeoutHandler. handle(LockInfo lockInfo, LockExecutor lockExecutor)handle
-