MySQL 8.0.40
Source Code Documentation
|
This interface contains the public methods that the implementation of the Gcs_statistics_interface will provide to the other interfaces that update statistics. More...
#include <gcs_xcom_statistics_interface.h>
Public Member Functions | |
virtual void | update_message_sent (unsigned long long message_length)=0 |
Method called to register that a message has been sent. More... | |
virtual void | update_message_received (long message_length)=0 |
Method called to register when a message is received. More... | |
virtual | ~Gcs_xcom_statistics_updater ()=default |
This interface contains the public methods that the implementation of the Gcs_statistics_interface will provide to the other interfaces that update statistics.
|
virtualdefault |
|
pure virtual |
Method called to register when a message is received.
This will update:
[in] | message_length | the length of the message received |
Implemented in Gcs_xcom_statistics.
|
pure virtual |
Method called to register that a message has been sent.
This will update:
[in] | message_length | the length of the message being sent |
Implemented in Gcs_xcom_statistics.