MySQL 5.6.14 Source Code Document
|
#include <pfs_visitor.h>
Public Member Functions | |
virtual void | visit_global () |
virtual void | visit_table_share (PFS_table_share *pfs) |
virtual void | visit_table (PFS_table *pfs) |
Public Member Functions inherited from PFS_object_visitor | |
virtual void | visit_table_share_index (PFS_table_share *pfs, uint index) |
virtual void | visit_table_index (PFS_table *pfs, uint index) |
Public Attributes | |
PFS_single_stat | m_stat |
A concrete object visitor that aggregates table io wait statistics.
Definition at line 456 of file pfs_visitor.h.
PFS_single_stat PFS_table_io_wait_visitor::m_stat |
Table io wait statistic collected.
Definition at line 466 of file pfs_visitor.h.