HomeSort by relevance Sort by last modified time
    Searched refs:consistent_read (Results 1 - 17 of 17) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sdb/
test_connection.py 64 item = domain.get_attributes(item_1, consistent_read=True)
71 rs = domain.select(query, consistent_read=True)
77 rs = domain.select(query, consistent_read=True)
98 item = domain.get_attributes('item3', consistent_read=True)
105 item = domain.get_attributes('item3', consistent_read=True)
111 item = domain.get_attributes('item4', consistent_read=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
test_batch.py 70 consistent_read=True)
89 b.add_batch(self.table, ['k1'], ['foo'], consistent_read=True)
90 b.add_batch(self.table2, [('k2', 54)], ['bar'], consistent_read=False)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
queryresultset.py 68 next_token=None, consistent_read=False):
71 self.consistent_read = consistent_read
81 consistent_read=self.consistent_read)
domain.py 118 consistent_read=False, item=None):
134 consistent_read, item)
195 def select(self, query='', next_token=None, consistent_read=False, max_items=None):
210 consistent_read=consistent_read)
212 def get_item(self, item_name, consistent_read=False):
218 :keyword bool consistent_read: When set to true, ensures that the most
222 item = self.get_attributes(item_name, consistent_read=consistent_read)
connection.py 458 consistent_read=False, item=None):
474 :type consistent_read: bool
475 :param consistent_read: When set to true, ensures that the most recent
488 if consistent_read:
585 consistent_read=False):
600 :type consistent_read: bool
601 :param consistent_read: When set to true, ensures that the most recent
609 if consistent_read:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
batch.py 46 :ivar consistent_read: Specify whether or not to use a
52 consistent_read=False):
56 self.consistent_read = consistent_read
76 if self.consistent_read:
142 consistent_read=False):
165 self.append(Batch(table, keys, attributes_to_get, consistent_read))
table.py 42 consistent_read=False):
47 self.consistent_read = consistent_read
255 attributes_to_get=None, consistent_read=False,
275 :type consistent_read: bool
276 :param consistent_read: If True, a consistent read
286 attributes_to_get, consistent_read,
290 def has_item(self, hash_key, range_key=None, consistent_read=False):
308 :type consistent_read: bool
309 :param consistent_read: If True, a consistent rea
    [all...]
layer1.py 279 consistent_read=False, object_hook=None):
296 :type consistent_read: bool
297 :param consistent_read: If True, a consistent read
305 if consistent_read:
465 attributes_to_get=None, limit=None, consistent_read=False,
496 :type consistent_read: bool
497 :param consistent_read: If True, a consistent read
520 if consistent_read:
layer2.py 453 attributes_to_get=None, consistent_read=False,
476 :type consistent_read: bool
477 :param consistent_read: If True, a consistent read
488 attributes_to_get, consistent_read,
629 max_results=None, consistent_read=False,
673 :type consistent_read: bool
674 :param consistent_read: If True, a consistent read
717 'consistent_read': consistent_read,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_layer1.py 140 }, consistent_read=True)
177 consistent_read=True
194 }, consistent_read=True)
283 }, consistent_read=True)
358 }, consistent_read=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer1.py 136 result = c.get_item(table_name, key=key1, consistent_read=True)
148 result = c.get_item(table_name, key=key1, consistent_read=True,
264 result = c.get_item(self.table_name, key=key1, consistent_read=True)
test_layer2.py 161 consistent_read=True)
173 consistent_read=True)
182 consistent_read=True))
213 consistent_read=True)
311 item4 = table.get_item(item3_key, item3_range, consistent_read=True)
405 consistent_read=True))
443 retrieved = table.get_item(item1_key, item1_range, consistent_read=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
sdbmanager.py 487 a = self.domain.get_attributes(obj.id, consistent_read=self.consistent)
502 a = self.domain.get_attributes(id, consistent_read=self.consistent)
714 a = self.domain.get_attributes(obj.id, consistent_read=self.consistent)
731 a = self.domain.get_attributes(obj.id, name, consistent_read=self.consistent)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
sequence.py 179 val = self.db.get_attributes(self.id, consistent_read=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py     [all...]
table.py 705 consistent_read=consistent
    [all...]

Completed in 208 milliseconds