Lines Matching refs:ConsistencyLevel

20 …eturn, const std::string& key, const ColumnPath& column_path, const ConsistencyLevel::type consist…
21 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
22 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
23 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
24 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
25 …rent, const SlicePredicate& predicate, const KeyRange& range, const ConsistencyLevel::type consist…
26 …mily, const KeyRange& range, const std::string& start_column, const ConsistencyLevel::type consist…
27 …Clause& index_clause, const SlicePredicate& column_predicate, const ConsistencyLevel::type consist…
28 …key, const ColumnParent& column_parent, const Column& column, const ConsistencyLevel::type consist…
29 …nst ColumnParent& column_parent, const CounterColumn& column, const ConsistencyLevel::type consist…
30 … key, const ColumnPath& column_path, const int64_t timestamp, const ConsistencyLevel::type consist…
31 …emove_counter(const std::string& key, const ColumnPath& path, const ConsistencyLevel::type consist…
32 …d::map<std::string, std::vector<Mutation> > > & mutation_map, const ConsistencyLevel::type consist…
89 … std::string& /* key */, const ColumnPath& /* column_path */, const ConsistencyLevel::type /* cons… in get()
92 …& /* column_parent */, const SlicePredicate& /* predicate */, const ConsistencyLevel::type /* cons… in get_slice()
95 …& /* column_parent */, const SlicePredicate& /* predicate */, const ConsistencyLevel::type /* cons… in get_count()
99 …& /* column_parent */, const SlicePredicate& /* predicate */, const ConsistencyLevel::type /* cons… in multiget_slice()
102 …& /* column_parent */, const SlicePredicate& /* predicate */, const ConsistencyLevel::type /* cons… in multiget_count()
105 …SlicePredicate& /* predicate */, const KeyRange& /* range */, const ConsistencyLevel::type /* cons… in get_range_slices()
108 …KeyRange& /* range */, const std::string& /* start_column */, const ConsistencyLevel::type /* cons… in get_paged_slice()
111 …ndex_clause */, const SlicePredicate& /* column_predicate */, const ConsistencyLevel::type /* cons… in get_indexed_slices()
114 …olumnParent& /* column_parent */, const Column& /* column */, const ConsistencyLevel::type /* cons… in insert()
117 …rent& /* column_parent */, const CounterColumn& /* column */, const ConsistencyLevel::type /* cons… in add()
120 …ColumnPath& /* column_path */, const int64_t /* timestamp */, const ConsistencyLevel::type /* cons… in remove()
123 …r(const std::string& /* key */, const ColumnPath& /* path */, const ConsistencyLevel::type /* cons… in remove_counter()
126 …<std::string, std::vector<Mutation> > > & /* mutation_map */, const ConsistencyLevel::type /* cons… in batch_mutate()
412 Cassandra_get_args() : key(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_get_args()
413 consistency_level = (ConsistencyLevel::type)1; in Cassandra_get_args()
421 ConsistencyLevel::type consistency_level;
431 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
465 const ConsistencyLevel::type* consistency_level;
572 Cassandra_get_slice_args() : key(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_get_slice_args()
573 consistency_level = (ConsistencyLevel::type)1; in Cassandra_get_slice_args()
582 ConsistencyLevel::type consistency_level;
596 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
633 const ConsistencyLevel::type* consistency_level;
730 Cassandra_get_count_args() : key(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_get_count_args()
731 consistency_level = (ConsistencyLevel::type)1; in Cassandra_get_count_args()
740 ConsistencyLevel::type consistency_level;
754 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
791 const ConsistencyLevel::type* consistency_level;
888 Cassandra_multiget_slice_args() : consistency_level((ConsistencyLevel::type)1) { in Cassandra_multiget_slice_args()
889 consistency_level = (ConsistencyLevel::type)1; in Cassandra_multiget_slice_args()
898 ConsistencyLevel::type consistency_level;
912 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
949 const ConsistencyLevel::type* consistency_level;
1046 Cassandra_multiget_count_args() : consistency_level((ConsistencyLevel::type)1) { in Cassandra_multiget_count_args()
1047 consistency_level = (ConsistencyLevel::type)1; in Cassandra_multiget_count_args()
1056 ConsistencyLevel::type consistency_level;
1070 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
1107 const ConsistencyLevel::type* consistency_level;
1204 Cassandra_get_range_slices_args() : consistency_level((ConsistencyLevel::type)1) { in Cassandra_get_range_slices_args()
1205 consistency_level = (ConsistencyLevel::type)1; in Cassandra_get_range_slices_args()
1214 ConsistencyLevel::type consistency_level;
1228 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
1265 const ConsistencyLevel::type* consistency_level;
1362 …_slice_args() : column_family(""), start_column(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_get_paged_slice_args()
1363 consistency_level = (ConsistencyLevel::type)1; in Cassandra_get_paged_slice_args()
1372 ConsistencyLevel::type consistency_level;
1386 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
1423 const ConsistencyLevel::type* consistency_level;
1520 Cassandra_get_indexed_slices_args() : consistency_level((ConsistencyLevel::type)1) { in Cassandra_get_indexed_slices_args()
1521 consistency_level = (ConsistencyLevel::type)1; in Cassandra_get_indexed_slices_args()
1530 ConsistencyLevel::type consistency_level;
1544 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
1581 const ConsistencyLevel::type* consistency_level;
1678 Cassandra_insert_args() : key(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_insert_args()
1679 consistency_level = (ConsistencyLevel::type)1; in Cassandra_insert_args()
1688 ConsistencyLevel::type consistency_level;
1702 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
1739 const ConsistencyLevel::type* consistency_level;
1826 Cassandra_add_args() : key(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_add_args()
1827 consistency_level = (ConsistencyLevel::type)1; in Cassandra_add_args()
1836 ConsistencyLevel::type consistency_level;
1850 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
1887 const ConsistencyLevel::type* consistency_level;
1978 Cassandra_remove_args() : key(""), timestamp(0), consistency_level((ConsistencyLevel::type)1) { in Cassandra_remove_args()
1979 consistency_level = (ConsistencyLevel::type)1; in Cassandra_remove_args()
1988 ConsistencyLevel::type consistency_level;
2004 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
2041 const ConsistencyLevel::type* consistency_level;
2128 Cassandra_remove_counter_args() : key(""), consistency_level((ConsistencyLevel::type)1) { in Cassandra_remove_counter_args()
2129 consistency_level = (ConsistencyLevel::type)1; in Cassandra_remove_counter_args()
2137 ConsistencyLevel::type consistency_level;
2147 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
2181 const ConsistencyLevel::type* consistency_level;
2268 Cassandra_batch_mutate_args() : consistency_level((ConsistencyLevel::type)1) { in Cassandra_batch_mutate_args()
2269 consistency_level = (ConsistencyLevel::type)1; in Cassandra_batch_mutate_args()
2276 ConsistencyLevel::type consistency_level;
2282 void __set_consistency_level(const ConsistencyLevel::type val) { in __set_consistency_level()
2313 const ConsistencyLevel::type* consistency_level;
4856 …eturn, const std::string& key, const ColumnPath& column_path, const ConsistencyLevel::type consist…
4857 …void send_get(const std::string& key, const ColumnPath& column_path, const ConsistencyLevel::type …
4859 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4860 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4862 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4863 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4865 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4866 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4868 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4869 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist…
4871 …rent, const SlicePredicate& predicate, const KeyRange& range, const ConsistencyLevel::type consist…
4872 …rent, const SlicePredicate& predicate, const KeyRange& range, const ConsistencyLevel::type consist…
4874 …mily, const KeyRange& range, const std::string& start_column, const ConsistencyLevel::type consist…
4875 …mily, const KeyRange& range, const std::string& start_column, const ConsistencyLevel::type consist…
4877 …Clause& index_clause, const SlicePredicate& column_predicate, const ConsistencyLevel::type consist…
4878 …Clause& index_clause, const SlicePredicate& column_predicate, const ConsistencyLevel::type consist…
4880 …key, const ColumnParent& column_parent, const Column& column, const ConsistencyLevel::type consist…
4881 …key, const ColumnParent& column_parent, const Column& column, const ConsistencyLevel::type consist…
4883 …nst ColumnParent& column_parent, const CounterColumn& column, const ConsistencyLevel::type consist…
4884 …nst ColumnParent& column_parent, const CounterColumn& column, const ConsistencyLevel::type consist…
4886 … key, const ColumnPath& column_path, const int64_t timestamp, const ConsistencyLevel::type consist…
4887 … key, const ColumnPath& column_path, const int64_t timestamp, const ConsistencyLevel::type consist…
4889 …void remove_counter(const std::string& key, const ColumnPath& path, const ConsistencyLevel::type c…
4890 …void send_remove_counter(const std::string& key, const ColumnPath& path, const ConsistencyLevel::t…
4892 …d::map<std::string, std::vector<Mutation> > > & mutation_map, const ConsistencyLevel::type consist…
4893 …d::map<std::string, std::vector<Mutation> > > & mutation_map, const ConsistencyLevel::type consist…
5089 …eturn, const std::string& key, const ColumnPath& column_path, const ConsistencyLevel::type consist… in get()
5101 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist… in get_slice()
5113 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist… in get_count()
5125 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist… in multiget_slice()
5137 …ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consist… in multiget_count()
5149 …rent, const SlicePredicate& predicate, const KeyRange& range, const ConsistencyLevel::type consist… in get_range_slices()
5161 …mily, const KeyRange& range, const std::string& start_column, const ConsistencyLevel::type consist… in get_paged_slice()
5173 …Clause& index_clause, const SlicePredicate& column_predicate, const ConsistencyLevel::type consist… in get_indexed_slices()
5185 …key, const ColumnParent& column_parent, const Column& column, const ConsistencyLevel::type consist… in insert()
5192 …nst ColumnParent& column_parent, const CounterColumn& column, const ConsistencyLevel::type consist… in add()
5199 … key, const ColumnPath& column_path, const int64_t timestamp, const ConsistencyLevel::type consist… in remove()
5206 …void remove_counter(const std::string& key, const ColumnPath& path, const ConsistencyLevel::type c… in remove_counter()
5213 …d::map<std::string, std::vector<Mutation> > > & mutation_map, const ConsistencyLevel::type consist… in batch_mutate()