Synchronous command data.
Definition at line 171 of file as_command.h.
Data Fields | |
uint8_t * | buf |
size_t | buf_size |
as_cluster * | cluster |
uint64_t | deadline_ms |
uint8_t | flags |
uint32_t | iteration |
as_latency_type | latency_type |
uint32_t | max_retries |
as_node * | node |
const char * | ns |
as_parse_results_fn | parse_results_fn |
void * | partition |
uint32_t | partition_id |
const as_policy_base * | policy |
as_policy_replica | replica |
uint8_t | replica_index |
uint8_t | replica_index_sc |
uint8_t | replica_size |
uint32_t | sent |
uint32_t | socket_timeout |
uint32_t | total_timeout |
void * | udata |
uint8_t* as_command::buf |
Definition at line 179 of file as_command.h.
size_t as_command::buf_size |
Definition at line 180 of file as_command.h.
as_cluster* as_command::cluster |
Definition at line 172 of file as_command.h.
uint64_t as_command::deadline_ms |
Definition at line 183 of file as_command.h.
uint8_t as_command::flags |
Definition at line 189 of file as_command.h.
uint32_t as_command::iteration |
Definition at line 187 of file as_command.h.
as_latency_type as_command::latency_type |
Definition at line 193 of file as_command.h.
uint32_t as_command::max_retries |
Definition at line 186 of file as_command.h.
as_node* as_command::node |
Definition at line 174 of file as_command.h.
const char* as_command::ns |
Definition at line 175 of file as_command.h.
as_parse_results_fn as_command::parse_results_fn |
Definition at line 177 of file as_command.h.
void* as_command::partition |
Definition at line 176 of file as_command.h.
uint32_t as_command::partition_id |
Definition at line 181 of file as_command.h.
const as_policy_base* as_command::policy |
Definition at line 173 of file as_command.h.
as_policy_replica as_command::replica |
Definition at line 182 of file as_command.h.
uint8_t as_command::replica_index |
Definition at line 191 of file as_command.h.
uint8_t as_command::replica_index_sc |
Definition at line 192 of file as_command.h.
uint8_t as_command::replica_size |
Definition at line 190 of file as_command.h.
uint32_t as_command::sent |
Definition at line 188 of file as_command.h.
uint32_t as_command::socket_timeout |
Definition at line 184 of file as_command.h.
uint32_t as_command::total_timeout |
Definition at line 185 of file as_command.h.
void* as_command::udata |
Definition at line 178 of file as_command.h.