MySQL 8.3.0
Source Code Documentation

A concrete object visitor that aggregates table I/O wait statistics. More...

#include <pfs_visitor.h>

Inheritance diagram for PFS_table_io_wait_visitor:
[legend]

Public Member Functions

 PFS_table_io_wait_visitor ()
 
 ~PFS_table_io_wait_visitor () override
 
void visit_global () override
 Visit global data. More...
 
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_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_single_stat m_stat
 Table I/O wait statistic collected. More...
 

Detailed Description

A concrete object visitor that aggregates table I/O wait statistics.

Member Data Documentation

◆ m_stat

PFS_single_stat PFS_table_io_wait_visitor::m_stat

Table I/O wait statistic collected.


The documentation for this class was generated from the following files: