35 #define AS_CONFIG_LUA_SYSTEM_PATH "/opt/aerospike/client/sys/udf/lua"
40 #define AS_CONFIG_LUA_USER_PATH "/opt/aerospike/client/usr/udf/lua"
47 #define AS_CONFIG_LUA_SYSTEM_PATH "/usr/local/aerospike/client/sys/udf/lua"
52 #define AS_CONFIG_LUA_USER_PATH "/usr/local/aerospike/client/usr/udf/lua"
58 #define AS_CONFIG_PATH_MAX_SIZE 256
63 #define AS_CONFIG_PATH_MAX_LEN (AS_CONFIG_PATH_MAX_SIZE - 1)
68 #define AS_CONFIG_HOSTS_SIZE 256
79 typedef struct as_config_host_s {
98 typedef struct as_addr_map_s {
117 typedef struct as_config_lua_s {
242 typedef struct as_config_s {
bool use_services_alternate
uint32_t shm_takeover_threshold_sec
bool as_config_set_user(as_config *config, const char *user, const char *password)
bool fail_if_not_connected
as_config * as_config_init(as_config *c)
#define AS_CONFIG_HOSTS_SIZE
uint32_t thread_pool_size
uint32_t shm_max_namespaces
static void as_config_add_host(as_config *config, const char *addr, uint16_t port)
uint32_t pipe_max_conns_per_node
#define AS_CONFIG_PATH_MAX_SIZE
as_config_host hosts[AS_CONFIG_HOSTS_SIZE]
uint32_t max_socket_idle_sec
uint32_t async_max_conns_per_node
#define AS_PASSWORD_HASH_SIZE