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

Public Member Functions

def __init__
 
def to_json
 
def from_json
 

Public Attributes

 filenames
 
 request_filenames
 

Detailed Description

Writer state. Stored in MapreduceState.

State list all files which were created for the job.

Constructor & Destructor Documentation

def google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase._State.__init__ (   self,
  filenames,
  request_filenames 
)
State initializer.

Args:
  filenames: writable or finalized filenames as returned by the files api.
  request_filenames: filenames as given to the files create api.

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