sh.waitForBalancer()
On this page
Definition
sh.waitForBalancer(wait, timeout, interval)Waits for a change in the state of the balancer.
sh.waitForBalancer()is an internal method, which takes the following arguments:ParameterTypeDescriptionwaitbooleanOptional. Set totrueto ensure the balancer is now active. The default isfalse, which waits until balancing stops and becomes inactive.timeoutintegerMilliseconds to wait.intervalintegerMilliseconds to sleep.