The MongoDBDriverMonitoringServerChangedEvent class
(mongodb >=1.13.0)
简介
The MongoDBDriverMonitoringServerChangedEvent class encapsulates information about a changed server description.
类摘要
final class MongoDBDriverMonitoringServerChangedEvent {
/* 方法 */
}
目录
- MongoDBDriverMonitoringServerChangedEvent::getHost — Returns the hostname of the server
- MongoDBDriverMonitoringServerChangedEvent::getNewDescription — Returns the new description for the server
- MongoDBDriverMonitoringServerChangedEvent::getPort — Returns the port on which this server is listening
- MongoDBDriverMonitoringServerChangedEvent::getPreviousDescription — Returns the previous description for the server
- MongoDBDriverMonitoringServerChangedEvent::getTopologyId — Returns the topology ID associated with this server
用户贡献的笔记
There are no user contributed notes for this page.
转载请注明:悠然品鉴 » PHP MongoDBDriverMonitoringServerChangedEvent 用法 手册 | 示例代码