JULEA
Data Structures | Typedefs | Functions
Connection Pool

Data Structures

struct  JConnectionPoolQueue
 
struct  JConnectionPool
 

Typedefs

typedef struct JConnectionPoolQueue JConnectionPoolQueue
 
typedef struct JConnectionPool JConnectionPool
 

Functions

G_GNUC_INTERNAL void j_connection_pool_init (JConfiguration *)
 
G_GNUC_INTERNAL void j_connection_pool_fini (void)
 
gpointer j_connection_pool_pop (JBackendType, guint32)
 
void j_connection_pool_push (JBackendType, guint32, gpointer)
 

Detailed Description

Data structures and functions for managing connection pools.

Typedef Documentation

◆ JConnectionPool

◆ JConnectionPoolQueue

Function Documentation

◆ j_connection_pool_fini()

void j_connection_pool_fini ( void  )

◆ j_connection_pool_init()

void j_connection_pool_init ( JConfiguration configuration)

◆ j_connection_pool_pop()

gpointer j_connection_pool_pop ( JBackendType  backend,
guint32  index 
)

◆ j_connection_pool_push()

void j_connection_pool_push ( JBackendType  backend,
guint32  index,
gpointer  connection 
)