|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Health check result. More...
#include <unified_database_system.h>

Public Attributes | |
| health_status | status {health_status::healthy} |
| bool | is_connected {false} |
| bool | logger_healthy {false} |
| bool | monitor_healthy {false} |
| bool | thread_pool_healthy {false} |
| bool | connection_pool_healthy {false} |
| double | connection_pool_utilization {0.0} |
| std::vector< std::string > | issues |
| std::chrono::steady_clock::time_point | last_check |
Health check result.
Definition at line 168 of file unified_database_system.h.
| bool database::integrated::health_check::connection_pool_healthy {false} |
Definition at line 174 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), and print_health_check().
| double database::integrated::health_check::connection_pool_utilization {0.0} |
Definition at line 176 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().
| bool database::integrated::health_check::is_connected {false} |
Definition at line 170 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().
| std::vector<std::string> database::integrated::health_check::issues |
Definition at line 177 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().
| std::chrono::steady_clock::time_point database::integrated::health_check::last_check |
Definition at line 178 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health().
| bool database::integrated::health_check::logger_healthy {false} |
Definition at line 171 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().
| bool database::integrated::health_check::monitor_healthy {false} |
Definition at line 172 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().
| health_status database::integrated::health_check::status {health_status::healthy} |
Definition at line 169 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().
| bool database::integrated::health_check::thread_pool_healthy {false} |
Definition at line 173 of file unified_database_system.h.
Referenced by database::integrated::unified_database_system::impl::check_health(), print_health_check(), print_health_check(), and test_health_check_structure().