- Global aerospike_index_integer_create (aerospike *as, as_error *err, const as_policy_info *policy, const as_namespace ns, const as_set set, const as_bin_name bin, const char *name)
- Use aerospike_index_create() instead.
- Global aerospike_index_string_create (aerospike *as, as_error *err, const as_policy_info *policy, const as_namespace ns, const as_set set, const as_bin_name bin, const char *name)
- Use aerospike_index_create() instead.
- Global aerospike_info_host (aerospike *as, as_error *err, const as_policy_info *policy, const char *hostname, uint16_t port, const char *req, char **res)
- Use aerospike_info_node() or aerospike_info_any() instead.
- Global as_boolean_tobool (const as_boolean *boolean)
- Use as_boolean_get() instead.
- Global as_boolean_tobool (const as_boolean *boolean)
- Use as_boolean_get() instead.
- Global as_bytes_tobytes (const as_bytes *bytes, uint32_t *size)
- Use as_bytes_get() instead.
- Global as_bytes_tobytes (const as_bytes *bytes, uint32_t *size)
- Use as_bytes_get() instead.
- Global as_integer_toint (const as_integer *integer)
- Use as_integer_get() instead.
- Global as_integer_toint (const as_integer *integer)
- Use as_integer_get() instead.
- Global as_string_tostring (const as_string *string)
- Use as_string_get() instead
- Global as_string_tostring (const as_string *string)
- Use as_string_get() instead
- Global as_val_init (as_val *v, as_val_t type, bool free)
- Use as_val_cons() instead.