|
| filenames |
|
| request_filenames |
|
Writer state. Stored in MapreduceState.
State list all files which were created for the job.
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:
- code/googleappengine-read-only/python/google/appengine/ext/mapreduce/output_writers.py