Loading...
Searching...
No Matches
Functions
as_async_proto.h File Reference
#include <aerospike/as_std.h>
+ Include dependency graph for as_async_proto.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

AS_EXTERN uint32_t as_async_get_cluster_count (void)
 
AS_EXTERN uint32_t as_async_get_connections (struct as_cluster_s *cluster)
 
AS_EXTERN uint32_t as_async_get_pending (struct as_cluster_s *cluster)
 
AS_EXTERN void as_async_update_max_conns (struct as_cluster_s *cluster, bool pipe, uint32_t max_conns)
 
AS_EXTERN void as_async_update_max_idle (struct as_cluster_s *cluster, uint32_t max_idle)
 

Function Documentation

◆ as_async_get_cluster_count()

AS_EXTERN uint32_t as_async_get_cluster_count ( void )

◆ as_async_get_connections()

AS_EXTERN uint32_t as_async_get_connections ( struct as_cluster_s * cluster)

◆ as_async_get_pending()

AS_EXTERN uint32_t as_async_get_pending ( struct as_cluster_s * cluster)

◆ as_async_update_max_conns()

AS_EXTERN void as_async_update_max_conns ( struct as_cluster_s * cluster,
bool pipe,
uint32_t max_conns )

◆ as_async_update_max_idle()

AS_EXTERN void as_async_update_max_idle ( struct as_cluster_s * cluster,
uint32_t max_idle )