The MongoDBDriverMonitoringServerHeartbeatFailedEvent class
(mongodb >=1.13.0)
简介
The MongoDBDriverMonitoringServerHeartbeatFailedEvent class encapsulates information about a failed server heartbeat.
目录
- MongoDBDriverMonitoringServerHeartbeatFailedEvent::getDurationMicros — Returns the heartbeat’s duration in microseconds
- MongoDBDriverMonitoringServerHeartbeatFailedEvent::getError — Returns the Exception associated with the failed heartbeat
- MongoDBDriverMonitoringServerHeartbeatFailedEvent::getHost — Returns the hostname of the server
- MongoDBDriverMonitoringServerHeartbeatFailedEvent::getPort — Returns the port on which this server is listening
- MongoDBDriverMonitoringServerHeartbeatFailedEvent::isAwaited — Returns whether the heartbeat used a streaming protocol
用户贡献的笔记
There are no user contributed notes for this page.
转载请注明:悠然品鉴 » PHP MongoDBDriverMonitoringServerHeartbeatFailedEvent 用法 手册 | 示例代码