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

  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
control.py 50 in_xg_transaction=False):
79 in_xg_transaction: controls what transaction scope to use to start this MR
110 if in_xg_transaction and not db.is_in_transaction():
125 in_xg_transaction=in_xg_transaction)
handlers.py     [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
map_job_control.py 115 def submit(cls, job_config, in_xg_transaction=False):
120 in_xg_transaction: controls what transaction scope to use to start this MR
142 if in_xg_transaction:

Completed in 63 milliseconds