All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Deprecated List
Global aerospike_batch_read_callback

Use as_batch_listener instead.

Global aerospike_index_integer_create (aerospike *as, as_error *err, const as_policy_info *policy, const char *ns, const char *set, const char *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 char *ns, const char *set, const char *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 aerospike_info_socket_address (aerospike *as, as_error *err, const as_policy_info *policy, struct sockaddr_in *sa_in, const char *req, char **res)
Use aerospike_info_node() or aerospike_info_any() instead.
Global as_batch_read
Use as_batch_result instead.
Global as_batch_read_create

Use as_batch_records_create() instead.

Global as_batch_read_destroy

Use as_batch_records_destroy() instead.

Global as_batch_read_init

Use as_batch_records_init() instead.

Global as_batch_read_inita

Use as_batch_records_inita() instead.

Global as_batch_read_records

Use as_batch_records 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_operations_map_decrement (as_operations *ops, const char *name, as_cdt_ctx *ctx, as_map_policy *policy, as_val *key, as_val *value)

Use as_operations_map_increment() with negative value instead.

Global as_policy_batch::send_set_name
Set name always sent.
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.