Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
Loading...
Searching...
No Matches
databricks::ConnectionPool::Stats Struct Reference

Get current pool statistics. More...

#include <connection_pool.h>

Public Attributes

size_t total_connections
 Total connections created.
 
size_t available_connections
 Connections currently available.
 
size_t active_connections
 Connections currently in use.
 

Detailed Description

Get current pool statistics.

Definition at line 136 of file connection_pool.h.

Member Data Documentation

◆ active_connections

size_t databricks::ConnectionPool::Stats::active_connections

Connections currently in use.

Definition at line 140 of file connection_pool.h.

◆ available_connections

size_t databricks::ConnectionPool::Stats::available_connections

Connections currently available.

Definition at line 139 of file connection_pool.h.

◆ total_connections

size_t databricks::ConnectionPool::Stats::total_connections

Total connections created.

Definition at line 138 of file connection_pool.h.


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