类 FairLockExecutor

    • 构造器详细资料

      • FairLockExecutor

        public FairLockExecutor​(org.redisson.api.RedissonClient redissonClient,
                                LockInfo lockInfo)
    • 方法详细资料

      • tryLock

        public boolean tryLock()
        tryLock
        指定者:
        tryLock 在接口中 LockExecutor
        返回:
        boolean
        从以下版本开始:
        2020/8/4 17:34
      • releaseLock

        public boolean releaseLock​(LockInfo lockInfo)
        releaseLock
        指定者:
        releaseLock 在接口中 LockExecutor
        参数:
        lockInfo - cn.fxbin.bubble.fireworks.plugin.lock.model.LockInfo
        返回:
        boolean
        从以下版本开始:
        2020/8/4 17:34