Lines Matching refs:consistency
129 CassConsistency consistency, fallback_consistency;
205 CassConsistency consistency;
246 *consistency_r = cass_consistency_names[i].consistency;
876 i_warning("%s - retrying future %s queries with consistency %s (instead of %s)",
879 cass_consistency_string(result->consistency));
885 result->consistency = result->fallback_consistency;
952 too busy. we'll try the fallback consistency to avoid
957 result->fallback_consistency != result->consistency) {
958 /* retry with fallback consistency */
967 if (result->fallback_consistency != result->consistency) {
982 cass_statement_set_consistency(result->statement, result->consistency);
1060 result->consistency = db->read_consistency;
1064 /* consistency is already set and we don't want to fallback
1066 result->fallback_consistency = result->consistency;
1069 result->consistency = db->write_consistency;
1073 result->consistency = db->delete_consistency;
1081 result->consistency = result->fallback_consistency;
1379 new_result->consistency = old_result->consistency;