java.lang.Object
com.github.yingzhuo.turbocharger.redis.lock.LockFrame
所有已实现的接口:
Serializable

public final class LockFrame extends Object implements Serializable
锁帧
用于记录锁成功时的一些基本信息
从以下版本开始:
3.4.0
另请参阅:
  • 构造器详细资料

    • LockFrame

      public LockFrame(long creationTimestamp, String lockKey, String lockField, long ttlInSeconds, long reentrantCount, long threadId, String threadName)
  • 方法详细资料