-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathsh.waitForPingChange.txt
64 lines (35 loc) · 1.22 KB
/
sh.waitForPingChange.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
======================
sh.waitForPingChange()
======================
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Definition
----------
.. method:: sh.waitForPingChange(activePings, timeout, interval)
:method:`sh.waitForPingChange()` waits for a change in ping state
of one of the ``activepings``, and only returns when the specified
ping changes state.
.. list-table::
:header-rows: 1
:widths: 20 20 80
* - Parameter
- Type
- Description
* - ``activePings``
- array
- An array of active pings from the :data:`~config.mongos` collection.
* - ``timeout``
- integer
- Number of milliseconds to wait for a change in ping state.
* - ``interval``
- integer
- Number of milliseconds to sleep in each waiting cycle.
Compatibility
-------------
This method is available in deployments hosted in the following environments:
.. include:: /includes/fact-environments-no-atlas-support.rst
.. include:: /includes/fact-environments-onprem-only.rst