Home
last modified time | relevance | path

Searched refs:active_shards (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dhandlers.py1136 state.active_shards, state.aborted_shards, state.failed_shards = 0, 0, 0
1147 state.active_shards += 1
1178 state.active = bool(state.active_shards)
1470 state.active_shards = len(readers)
1506 if fresh_state.active_shards != 0:
1781 state.active_shards = 0
Dstatus.py343 "active_shards": job.active_shards,
Dmodel.py597 active_shards = db.IntegerProperty(default=0, indexed=False) variable in MapreduceState
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
Dmap_job_control.py204 state.active_shards = 0
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Dstatus.js335 var activity = '' + job.active_shards + ' / ' + job.shards + ' shards';