#include <aerospike/aerospike.h>
#include <aerospike/as_error.h>
#include <aerospike/as_ldt.h>
#include <aerospike/as_list.h>
#include <aerospike/as_operations.h>
#include <aerospike/as_policy.h>
#include <aerospike/as_status.h>
#include <aerospike/as_key.h>
#include <aerospike/as_val.h>
Go to the source code of this file.
|
as_status | aerospike_lstack_destroy (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt) |
|
as_status | aerospike_lstack_filter (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, uint32_t peek_count, const as_udf_function_name filter, const as_list *filter_args, as_list **elements) |
|
as_status | aerospike_lstack_get_capacity (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, uint32_t *n) |
|
as_status | aerospike_lstack_peek (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, uint32_t peek_count, as_list **elements) |
|
as_status | aerospike_lstack_push (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, const as_val *val) |
|
as_status | aerospike_lstack_push_all (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, const as_list *vals) |
|
as_status | aerospike_lstack_set_capacity (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, uint32_t n) |
|
as_status | aerospike_lstack_size (aerospike *as, as_error *err, const as_policy_apply *policy, const as_key *key, const as_ldt *ldt, uint32_t *n) |
|