MySQL 9.1.0
Source Code Documentation
|
A concrete object visitor that aggregates table lock statistics. More...
#include <pfs_visitor.h>
Public Member Functions | |
PFS_table_lock_stat_visitor () | |
Table lock stat visitor. More... | |
~PFS_table_lock_stat_visitor () override | |
void | visit_table_share (PFS_table_share *pfs) override |
Visit a table share. More... | |
void | visit_table (PFS_table *pfs) override |
Visit a table. More... | |
Public Member Functions inherited from PFS_object_visitor | |
PFS_object_visitor ()=default | |
virtual | ~PFS_object_visitor ()=default |
virtual void | visit_global () |
Visit global data. More... | |
virtual void | visit_table_share_index (PFS_table_share *, uint index) |
Visit a table share index. More... | |
virtual void | visit_table_index (PFS_table *, uint index) |
Visit a table index. More... | |
Public Attributes | |
PFS_table_lock_stat | m_stat |
Table lock statistic collected. More... | |
A concrete object visitor that aggregates table lock statistics.
PFS_table_lock_stat PFS_table_lock_stat_visitor::m_stat |
Table lock statistic collected.