发布于 2015-09-14 15:05:26 | 86 次阅读 | 评论: 0 | 来源: 网络整理
-
sh.waitForDLock(lockId, onOrNot, timeout, interval)
参数: |
- lockId (string) – The name of the distributed lock.
- onOrNot (Boolean) – Optional, whether to wait for the lock to be
on (true) or off (false).
- timeout (integer) – Milliseconds to wait.
- interval (integer) – Milliseconds to sleep in each waiting cycle.
|
sh.waitForDLock() is an internal method that waits until
the specified distributed lock is changes state.