File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,13 @@ sh.getBalancerState()
3
3
=====================
4
4
5
5
.. default-domain:: mongodb
6
+
7
+ .. method:: sh.getBalancerState()
8
+
9
+ :returns: boolean.
10
+
11
+ :method:`sh.getBalancerState()` returns ``true`` when the
12
+ :term:`balancer` is enabled and false if the balancer is
13
+ disabled. This does not reflect the current state of balancing
14
+ operations: use :method:`sh.isBalancerRunning()` to check the
15
+ balancer's current state.
Original file line number Diff line number Diff line change @@ -13,14 +13,3 @@ sh.setBalancerState()
13
13
:method:`sh.getBalancerState()` to determine if the balancer is
14
14
currently enabled or disabled and :method:`sh.isBalancerRunning()`
15
15
to check its current state.
16
-
17
- .. sh.getBalancerState
18
- .. method:: sh.getBalancerState()
19
-
20
- :returns: boolean.
21
-
22
- :method:`sh.getBalancerState()` returns ``true`` when the
23
- :term:`balancer` is enabled and false when the balancer is
24
- disabled. This does not reflect the current state of balancing
25
- operations: use :method:`sh.isBalancerRunning()` to check the
26
- balancer's current state.
You can’t perform that action at this time.
0 commit comments