MySQL 9.0.0
Source Code Documentation
PFS_connection_status_visitor Class Reference

A concrete connection visitor that aggregates status variables. More...

#include <pfs_visitor.h>

Inheritance diagram for PFS_connection_status_visitor:
[legend]

Public Member Functions

 PFS_connection_status_visitor (System_status_var *vars)
 Constructor. More...
 
 ~PFS_connection_status_visitor () override
 
void visit_global () override
 Aggregate from global status. More...
 
void visit_host (PFS_host *pfs) override
 Visit all connections of a host. More...
 
void visit_account (PFS_account *pfs) override
 Visit all connections of a user+host. More...
 
void visit_user (PFS_user *pfs) override
 Visit all connections of a user. More...
 
void visit_thread (PFS_thread *pfs) override
 Visit a thread. More...
 
void visit_THD (THD *thd) override
 Visit a THD associated with a thread. More...
 
- Public Member Functions inherited from PFS_connection_visitor
 PFS_connection_visitor ()=default
 
virtual ~PFS_connection_visitor ()=default
 

Private Attributes

System_status_varm_status_vars
 

Detailed Description

A concrete connection visitor that aggregates status variables.

Member Data Documentation

◆ m_status_vars

System_status_var* PFS_connection_status_visitor::m_status_vars
private

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