App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.ext.mapreduce.shuffler._SortChunksPipeline Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.shuffler._SortChunksPipeline:
google.appengine.ext.mapreduce.pipeline_base.PipelineBase

Public Member Functions

def run
 
- Public Member Functions inherited from google.appengine.ext.mapreduce.pipeline_base.PipelineBase
def start
 

Detailed Description

A pipeline to sort multiple key-value files.

Args:
  job_name: root job name.
  filenames: list of filenames to sort.

Returns:
  The list of lists of sorted filenames. Each list corresponds to one
  input file. Each filenames contains a chunk of sorted data.

The documentation for this class was generated from the following file: