Home
last modified time | relevance | path

Searched refs:update_throughput (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dtable.py235 def update_throughput(self, read_units, write_units): member in Table
245 self.layer2.update_throughput(self, read_units, write_units)
Dlayer2.py392 def update_throughput(self, table, read_units, write_units): member in Layer2
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
Dtest_layer2.py108 table.update_throughput(new_read_units, new_write_units)