JULEA
|
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) |
Data structures and functions for managing connection pools.
typedef struct JConnectionPool JConnectionPool |
typedef struct JConnectionPoolQueue JConnectionPoolQueue |
void j_connection_pool_fini | ( | void | ) |
void j_connection_pool_init | ( | JConfiguration * | configuration | ) |
gpointer j_connection_pool_pop | ( | JBackendType | backend, |
guint32 | index | ||
) |
void j_connection_pool_push | ( | JBackendType | backend, |
guint32 | index, | ||
gpointer | connection | ||
) |