序列化表格
-
程序包 cn.fxbin.bubble.fireworks.plugin.lock.exception
-
类cn.fxbin.bubble.fireworks.plugin.lock.exception.LockTimeoutException扩展RuntimeException实现可序列化
- serialVersionUID:
- 5358365194033458115L
-
序列化字段
-
errcode
int errcode
-
errmsg
String errmsg
-
-
-
程序包 cn.fxbin.bubble.fireworks.plugin.lock.model
-
类cn.fxbin.bubble.fireworks.plugin.lock.model.LockInfo扩展Object实现可序列化
- serialVersionUID:
- 8393432794041178448L
-
序列化字段
-
leaseTime
Long leaseTime
失效时间 -
lockKey
List<String> lockKey
锁名称 -
lockTimeoutStrategy
LockTimeoutStrategy lockTimeoutStrategy
加锁超时处理策略 -
lockType
LockType lockType
锁类型 -
lockValue
String lockValue
锁值 -
releaseTimeoutStrategy
ReleaseTimeoutStrategy releaseTimeoutStrategy
释放锁超时处理策略 -
retry
Long retry
获取加锁重试次数 -
timeUnit
TimeUnit timeUnit
时间单位 -
waitTime
Long waitTime
超时时间
-
-