Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dshuffler.py66 class _OutputFile(db.Model): class
162 entity = _OutputFile(key_name=full_filename,
163 parent=_OutputFile.get_root_key(ctx.mapreduce_id))
221 entities = _OutputFile.all().ancestor(_OutputFile.get_root_key(job_id))
235 db.delete(_OutputFile.all().ancestor(_OutputFile.get_root_key(job_id)))