MySQL 8.3.0
Source Code Documentation

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

#include <pfs_visitor.h>

Inheritance diagram for PFS_index_io_stat_visitor:
[legend]

Public Member Functions

 PFS_index_io_stat_visitor ()
 Index I/O stat visitor. More...
 
 ~PFS_index_io_stat_visitor () override
 
void visit_table_share_index (PFS_table_share *pfs, uint index) override
 Visit a table share index. More...
 
void visit_table_index (PFS_table *pfs, uint index) override
 Visit a table index. 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 (PFS_table_share *)
 Visit a table share. More...
 
virtual void visit_table (PFS_table *)
 Visit a table. More...
 

Public Attributes

PFS_table_io_stat m_stat
 Index I/O statistic collected. More...
 

Detailed Description

A concrete object visitor that aggregates index I/O statistics.

Member Data Documentation

◆ m_stat

PFS_table_io_stat PFS_index_io_stat_visitor::m_stat

Index I/O statistic collected.


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