MySQL 9.4.0
Source Code Documentation
collector::MysqlFixedPoolManager::MysqlCacheCallbacks Class Reference

#include <mysql_fixed_pool_manager.h>

Inheritance diagram for collector::MysqlFixedPoolManager::MysqlCacheCallbacks:
[legend]

Public Member Functions

bool object_before_cache (Object, bool dirty) override
 
bool object_retrived_from_cache (Object) override
 
void object_remove (Object) override
 
Object object_allocate (bool wait) override
 
- Public Member Functions inherited from collector::CacheManager< Obj >::Callbacks
virtual ~Callbacks ()=default
 

Additional Inherited Members

- Public Types inherited from collector::CacheManager< Obj >::Callbacks
using Object = CacheManager::Object
 

Member Function Documentation

◆ object_allocate()

Object collector::MysqlFixedPoolManager::MysqlCacheCallbacks::object_allocate ( bool  wait)
overridevirtual

◆ object_before_cache()

bool collector::MysqlFixedPoolManager::MysqlCacheCallbacks::object_before_cache ( Object  obj,
bool  dirty 
)
overridevirtual

◆ object_remove()

void collector::MysqlFixedPoolManager::MysqlCacheCallbacks::object_remove ( Object  obj)
overridevirtual

◆ object_retrived_from_cache()

bool collector::MysqlFixedPoolManager::MysqlCacheCallbacks::object_retrived_from_cache ( Object  connection)
overridevirtual

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