![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
#include "plugin_config.h"#include <algorithm>#include <array>#include <climits>#include <exception>#include <map>#include <stdexcept>#include <vector>#include "dim.h"#include "mysql/harness/logging/logging.h"#include "mysql/harness/utility/string.h"#include "mysqlrouter/metadata_cache.h"#include "mysqlrouter/supported_metadata_cache_options.h"#include "mysqlrouter/uri.h"#include "mysqlrouter/utils.h"Classes | |
| class | ClusterTypeOption | 
Macros | |
| #define | GET_OPTION_CHECKED(option, section, name, value) | 
Typedefs | |
| using | MilliSecondsOption = mysql_harness::MilliSecondsOption | 
| using | StringOption = mysql_harness::StringOption | 
| template<typename T > | |
| using | IntOption = mysql_harness::IntOption< T > | 
| #define GET_OPTION_CHECKED | ( | option, | |
| section, | |||
| name, | |||
| value | |||
| ) | 
| using IntOption = mysql_harness::IntOption<T> |