![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include "mysqlrouter/metadata_cache_export.h"#include <atomic>#include <chrono>#include <ctime>#include <memory>#include <mutex>#include <set>#include <string>#include "mysql/harness/stdx/monitor.h"#include "mysql_router_thread.h"#include "mysqlrouter/metadata.h"#include "mysqlrouter/metadata_cache.h"Go to the source code of this file.
Classes | |
| class | MetadataCache | 
| The MetadataCache manages cached information fetched from the MySQL Server.  More... | |
| struct | MetadataCache::RestAuthData | 
| struct | MetadataCache::Stats | 
Namespaces | |
| namespace | metadata_cache | 
Functions | |
| std::string | to_string (metadata_cache::ServerMode mode) | 
| std::string | get_hidden_info (const metadata_cache::ManagedInstance &instance) | 
| Gets user readable information string about the nodes attributes related to _hidden and _disconnect_existing_sessions_when_hidden tags.  More... | |
| bool | metadata_cache::operator== (const metadata_cache::ClusterTopology &a, const metadata_cache::ClusterTopology &b) | 
| bool | metadata_cache::operator!= (const metadata_cache::ClusterTopology &a, const metadata_cache::ClusterTopology &b) | 
| std::string get_hidden_info | ( | const metadata_cache::ManagedInstance & | instance | ) | 
Gets user readable information string about the nodes attributes related to _hidden and _disconnect_existing_sessions_when_hidden tags.
| std::string to_string | ( | metadata_cache::ServerMode | mode | ) |