sh.waitForPingChange()

Definition

  • sh.waitForPingChange(activePings, timeout, interval)
  • sh.waitForPingChange() waits for a change in ping stateof one of the activepings, and only returns when the specifiedping changes state.

ParameterTypeDescriptionactivePingsarrayAn array of active pings from the mongos collection.timeoutintegerNumber of milliseconds to wait for a change in ping state.intervalintegerNumber of milliseconds to sleep in each waiting cycle.