|
libmongo-client 0.1.4
|
Opaque synchronous pool object. More...
Data Fields | |
| gint | nmasters |
| Number of master connections in the pool. | |
| gint | nslaves |
| Number of slave connections in the pool. | |
| GList * | masters |
| List of master connections in the pool. | |
| GList * | slaves |
| List of slave connections in the pool. | |
Opaque synchronous pool object.
A connection pool object.
This is the entire connection pool, with all its meta-data.
Definition at line 28 of file mongo-sync-pool.c.
| GList* mongo_sync_pool::masters |
List of master connections in the pool.
Definition at line 33 of file mongo-sync-pool.c.
| gint mongo_sync_pool::nmasters |
Number of master connections in the pool.
Definition at line 30 of file mongo-sync-pool.c.
| gint mongo_sync_pool::nslaves |
Number of slave connections in the pool.
Definition at line 31 of file mongo-sync-pool.c.
| GList* mongo_sync_pool::slaves |
List of slave connections in the pool.
Definition at line 34 of file mongo-sync-pool.c.
1.7.4