sh.waitForDLock()

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.

MongoDB Manual (Index)

关于

生态系统

格式

资源