MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
mongocxx::v_noabi::events Namespace Reference

Description

Declares entities describing APM events.

Classes

class  command_failed_event
 An event notification sent when the driver fails to execute a MongoDB command. More...
 
class  command_started_event
 An event notification sent when the driver begins executing a MongoDB command. More...
 
class  command_succeeded_event
 An event notification sent when the driver successfully executes a MongoDB command. More...
 
class  heartbeat_failed_event
 An event notification sent when the driver failed to send an "hello" command to check the status of a server. More...
 
class  heartbeat_started_event
 An event notification sent when the driver begins executing a "hello" command to check the status of a server. More...
 
class  heartbeat_succeeded_event
 An event notification sent when the driver completes a "hello" command to check the status of a server. More...
 
class  server_changed_event
 An event notification sent when the driver observes a change in the status of a server it is connected to. More...
 
class  server_closed_event
 An event notification sent when the driver stops monitoring a MongoDB server and removes it from the topology description. More...
 
class  server_description
 Class representing what the driver knows about a MongoDB server. More...
 
class  server_opening_event
 An event notification sent when the driver adds a MongoDB server to the topology description and begins monitoring it. More...
 
class  topology_changed_event
 An event notification sent when the driver observes a change in any of the servers it is connected to or a change in the overall server topology. More...
 
class  topology_closed_event
 An event notification sent when the driver stops monitoring a server topology and destroys its description. More...
 
class  topology_description
 Class representing what the driver knows about a topology of MongoDB servers: either a standalone, a replica set, or a sharded cluster. More...
 
class  topology_opening_event
 An event notification sent when the driver initializes a server topology. More...