sh.waitForBalancer()
On this page
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
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:ParameterTypeDescriptionwait
booleanOptional. Set totrue
to ensure the balancer is now active. The default isfalse
, which waits until balancing stops and becomes inactive.timeout
integerMilliseconds to wait.interval
integerMilliseconds to sleep.