翻译或纠错本页面
- Reference >
- mongo Shell Methods >
- 分片方法 >
- sh.setBalancerState()
sh.setBalancerState()¶
On this page
Description¶
- sh.setBalancerState(state)¶
Enables or disables the balancer. Use sh.getBalancerState() to determine if the balancer is currently enabled or disabled and sh.isBalancerRunning() to check its current state.
The sh.getBalancerState() method has the following parameter:
Parameter Type Description state boolean Set this to true to enable the balancer and false to disable it.