Module mongodb::topology::server
[−]
[src]
MongoDB server representation.
Structs
| Server |
Holds status and connection information about a single server. |
| ServerDescription |
Server information gathered from server monitoring. |
Enums
| ServerType |
Describes the server role within a server set. |
Constants
| ROUND_TRIP_DIVISOR |
Server round trip time is calculated as an exponentially-weighted moving averaging formula with a weighting factor. A factor of 0.2 places approximately 85% of the RTT weight on the 9 most recent observations. Using a divisor instead of a floating point provides the closest integer accuracy. |