![]() |
Index Task
Task used to poll for long running create index completion.
Definition at line 87 of file aerospike_index.h.
#include "aerospike_index.h"
Data Fields | |
aerospike * | as |
bool | done |
char | name [64] |
as_namespace | ns |
uint32_t | socket_timeout |
uint32_t | total_timeout |
aerospike* as_index_task::as |
The aerospike instance to use for this operation.
Definition at line 91 of file aerospike_index.h.
bool as_index_task::done |
Has operation completed.
Definition at line 118 of file aerospike_index.h.
char as_index_task::name[64] |
The name of the index.
Definition at line 101 of file aerospike_index.h.
as_namespace as_index_task::ns |
The namespace to be indexed.
Definition at line 96 of file aerospike_index.h.
uint32_t as_index_task::socket_timeout |
Maximum time in milliseconds to wait for info command to return create index status. Defaults to "as_policy_info.timeout" that is passed to the original create index function.
Definition at line 107 of file aerospike_index.h.
uint32_t as_index_task::total_timeout |
Maximum time in milliseconds to wait for create index to complete. Default: 30000 ms (30 seconds)
Definition at line 113 of file aerospike_index.h.