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

Public Member Functions

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

Static Public Attributes

 async = True
 
list output_names
 

Detailed Description

A pipeline to invoke shuffle service.

Args:
  input_files: list of file names to shuffle.

Returns:
  list of shuffled file names. Empty list if there is no input.

Member Data Documentation

list google.appengine.ext.mapreduce.shuffler._ShuffleServicePipeline.output_names
static
Initial value:
1 = [
2 
3  "_output_files",
4  ]

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