@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Inherited public @interface GlobalLock
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
lockRetryInterval
customized global lock retry interval(unit: ms)
you may use this to override global config of "client.rm.lock.retryInterval"
note: 0 or negative number will take no effect(which mean fall back to global config)
|
int |
lockRetryTimes
customized global lock retry times
you may use this to override global config of "client.rm.lock.retryTimes"
note: negative number will take no effect(which mean fall back to global config)
|
public abstract int lockRetryInterval
Copyright © 2023. All rights reserved.