Lines Matching refs:that
157 * will have strongly consistent behavior; that is, readers will
165 * of replicas rather than a logical concept that adjusts
172 …* ANY Ensure that the write has been written once somewhere, including possibly being h…
173 …* ONE Ensure that the write has been written to at least 1 node's commit log and memory…
175 …* THREE Ensure that the write has been written to at least 3 node's commit log and memory…
240 …aterialize the whole result into memory before returning it to the client, so be aware that you may
291 ranges may also wrap -- that is, the end token may be less
322 * Note that the timestamp is only optional in case of counter deletion.
348 endpoints responsible for that range.
471 the only method that can throw an exception under non-failure conditions.)
554 …that all the values in column_path besides column_path.column_family are truly optional: you can r…
565 …* Note that counters have limited support for deletes: if you remove a counter, you must wait to i…
577 … mutation_map maps key to column family to a list of Mutation objects to take place at that scope.