@@ -81,16 +81,12 @@ Database Methods
81
81
- :method:`db.getName()`
82
82
- :method:`db.getProfilingLevel()`
83
83
- :method:`db.getProfilingStatus()`
84
- - :method:`db.getReplicationInfo()`
85
84
- :method:`db.getSiblingDB()`
86
85
- :method:`db.killOp()`
87
86
- :method:`db.listCommands()`
88
87
- :method:`db.loadServerScripts()`
89
88
- :method:`db.logout()`
90
89
- :method:`db.printCollectionStats()`
91
- - :method:`db.printReplicationInfo()`
92
- - :method:`db.printShardingStatus()`
93
- - :method:`db.printSlaveReplicationInfo()`
94
90
- :method:`db.removeUser()`
95
91
- :method:`db.repairDatabase()`
96
92
- :method:`db.runCommand()`
@@ -100,7 +96,6 @@ Database Methods
100
96
- :method:`db.shutdownServer()`
101
97
- :method:`db.stats()`
102
98
- :method:`db.version()`
103
- - :method:`mongo.setSlaveOk()`
104
99
105
100
Collection Methods
106
101
~~~~~~~~~~~~~~~~~~
@@ -141,35 +136,52 @@ Sharding Methods
141
136
.. seealso:: The ":doc:`/core/sharded-clusters`" page for more information on
142
137
the sharding technology and using MongoDB's :term:`sharded clusters
143
138
<sharded cluster>`.
144
-
139
+ - :method:`db.printShardingStatus()`
145
140
- :method:`sh.addShard()`
146
141
- :method:`sh.addShardTag()`
147
142
- :method:`sh.addTagRange()`
143
+ - :method:`sh._adminCommand()`
144
+ - :method:`sh._checkMongos()`
145
+ - :method:`sh._checkFullName()`
146
+ - :method:`sh.disableBalancing()`
147
+ - :method:`sh.enableBalancing()`
148
148
- :method:`sh.enableSharding()`
149
+ - :method:`sh.getBalancerHost()`
149
150
- :method:`sh.help()`
151
+ - :method:`sh._lastMigration()`
150
152
- :method:`sh.isBalancerRunning()`
151
153
- :method:`sh.moveChunk()`
152
154
- :method:`sh.removeShardTag()`
153
155
- :method:`sh.setBalancerState()`
154
156
- :method:`sh.shardCollection()`
155
157
- :method:`sh.splitAt()`
156
158
- :method:`sh.splitFind()`
159
+ - :method:`sh.startBalancer()`
157
160
- :method:`sh.status()`
161
+ - :method:`sh.stopBalancer()`
162
+ - :method:`sh.waitForBalancerOff()`
163
+ - :method:`sh.waitForBalancer()`
164
+ - :method:`sh.waitForDLock()`
165
+ - :method:`sh.waitForPingChange()`
158
166
159
167
.. _replica-set-functions:
160
168
161
169
Replica Set Methods
162
170
~~~~~~~~~~~~~~~~~~~
163
171
164
172
.. This list of Replica Set Methods also exists in the
165
- replica-commands() ` document. If updated here, it also must be
173
+ replica-commands` document. If updated here, it also must be
166
174
updated there, and vice versa. We might want to consider an include
167
175
for the whole list.
168
176
169
177
.. seealso:: :doc:`/core/replication` for more information regarding
170
178
replication.
171
179
180
+ - :method:`db.getReplicationInfo()`
172
181
- :method:`db.isMaster()`
182
+ - :method:`db.printReplicationInfo()`
183
+ - :method:`db.printSlaveReplicationInfo()`
184
+ - :method:`mongo.setSlaveOk()`
173
185
- :method:`rs.add()`
174
186
- :method:`rs.addArb()`
175
187
- :method:`rs.conf()`
0 commit comments