MySQL 26.7.0
Source Code Documentation
ib::fil::Pages_persistence_monitoring Class Reference
Inheritance diagram for ib::fil::Pages_persistence_monitoring:
[legend]

Private Member Functions

std::optional< mon_type_tget_value (monitor_id_t id) override
 Returns the value of given Innodb-specific monitor by id or std::nullopt if not supported. More...
 

Additional Inherited Members

- Public Member Functions inherited from ib::Monitoring_interface
virtual ~Monitoring_interface ()=default
 Default destructor. More...
 

Member Function Documentation

◆ get_value()

std::optional< mon_type_t > ib::fil::Pages_persistence_monitoring::get_value ( monitor_id_t  id)
inlineoverrideprivatevirtual

Returns the value of given Innodb-specific monitor by id or std::nullopt if not supported.

Parameters
[in]idThe id of the monitor
Returns
The value for that monitor, or std::nullopt if not supported by implementation.

Implements ib::Monitoring_interface.


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