sh.waitForBalancer()

Definition

  • sh.waitForBalancer(wait, timeout, interval)
  • Waits for a change in the state of the balancer.sh.waitForBalancer() is an internal method, which takesthe following arguments:

ParameterTypeDescriptionwaitbooleanOptional. Set to true to ensure the balancer is now active. Thedefault is false, which waits until balancing stopsand becomes inactive.timeoutintegerMilliseconds to wait.intervalintegerMilliseconds to sleep.