File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1339,6 +1339,17 @@ Sharding Methods
1339
1339
- Returns a boolean to report if the :term:`balancer` process is
1340
1340
currently migrating chunks.
1341
1341
1342
+ * - :upcoming:`sh.isConfigShardEnabled()
1343
+ </reference/method/sh.isConfigShardEnabled>`
1344
+ - Returns whether a cluster has a :ref:`config shard <config-shard-concept>`.
1345
+ If it does, ``sh.isConfigShardEnabled()`` also returns
1346
+ host and tag information.
1347
+
1348
+ * - :upcoming:`sh.listShards()
1349
+ </reference/method/sh.listShards>`
1350
+ - Returns an array of documents describing the
1351
+ shards in a sharded cluster.
1352
+
1342
1353
* - :method:`sh.moveChunk()`
1343
1354
1344
1355
- Migrates a :term:`chunk` in a :term:`sharded cluster`.
You can’t perform that action at this time.
0 commit comments