![]() |
Scan/Query partition tracker.
Definition at line 55 of file as_partition_tracker.h.
Data Fields | |
bool | check_max |
uint64_t | deadline |
as_vector * | errors |
uint32_t | iteration |
pthread_mutex_t | lock |
uint64_t | max_records |
uint32_t | max_retries |
uint32_t | node_capacity |
struct as_node_s * | node_filter |
as_vector | node_parts |
as_partitions_status * | parts_all |
uint32_t | parts_capacity |
uint64_t | record_count |
as_policy_replica | replica |
uint32_t | sleep_between_retries |
uint32_t | socket_timeout |
uint32_t | total_timeout |
bool as_partition_tracker::check_max |
Definition at line 72 of file as_partition_tracker.h.
uint64_t as_partition_tracker::deadline |
Definition at line 64 of file as_partition_tracker.h.
as_vector* as_partition_tracker::errors |
Definition at line 61 of file as_partition_tracker.h.
uint32_t as_partition_tracker::iteration |
Definition at line 71 of file as_partition_tracker.h.
pthread_mutex_t as_partition_tracker::lock |
Definition at line 56 of file as_partition_tracker.h.
uint64_t as_partition_tracker::max_records |
Definition at line 62 of file as_partition_tracker.h.
uint32_t as_partition_tracker::max_retries |
Definition at line 70 of file as_partition_tracker.h.
uint32_t as_partition_tracker::node_capacity |
Definition at line 58 of file as_partition_tracker.h.
struct as_node_s* as_partition_tracker::node_filter |
Definition at line 59 of file as_partition_tracker.h.
as_vector as_partition_tracker::node_parts |
Definition at line 60 of file as_partition_tracker.h.
as_partitions_status* as_partition_tracker::parts_all |
Definition at line 57 of file as_partition_tracker.h.
uint32_t as_partition_tracker::parts_capacity |
Definition at line 66 of file as_partition_tracker.h.
uint64_t as_partition_tracker::record_count |
Definition at line 63 of file as_partition_tracker.h.
as_policy_replica as_partition_tracker::replica |
Definition at line 65 of file as_partition_tracker.h.
uint32_t as_partition_tracker::sleep_between_retries |
Definition at line 67 of file as_partition_tracker.h.
uint32_t as_partition_tracker::socket_timeout |
Definition at line 68 of file as_partition_tracker.h.
uint32_t as_partition_tracker::total_timeout |
Definition at line 69 of file as_partition_tracker.h.