Go to the source code of this file.
|
as_status | aerospike_batch_exists (aerospike *as, as_error *err, const as_policy_batch *policy, const as_batch *batch, aerospike_batch_read_callback callback, void *udata) |
|
as_status | aerospike_batch_get (aerospike *as, as_error *err, const as_policy_batch *policy, const as_batch *batch, aerospike_batch_read_callback callback, void *udata) |
|
as_status | aerospike_batch_get_bins (aerospike *as, as_error *err, const as_policy_batch *policy, const as_batch *batch, const char **bins, uint32_t n_bins, aerospike_batch_read_callback callback, void *udata) |
|
as_status | aerospike_batch_get_xdr (aerospike *as, as_error *err, const as_policy_batch *policy, const as_batch *batch, as_batch_callback_xdr callback, void *udata) |
|
as_status | aerospike_batch_read (aerospike *as, as_error *err, const as_policy_batch *policy, as_batch_read_records *records) |
|
as_status | aerospike_batch_read_async (aerospike *as, as_error *err, const as_policy_batch *policy, as_batch_read_records *records, as_async_batch_listener listener, void *udata, as_event_loop *event_loop) |
|
bool | aerospike_has_batch_index (aerospike *as) |
|
typedef bool(* as_batch_callback_xdr)(as_key *key, as_record *record, void *udata) |
Perform batch reads for XDR. The callback will be called for each record as soon as it's received in no particular order.
bool aerospike_has_batch_index |
( |
aerospike * |
as) | |
|
Do the connected servers support the new batch index protocol. The cluster must already be connected (aerospike_connect()) prior to making this call.