|
def | __init__ |
|
def | next_file |
|
def | to_json |
|
def | from_json |
|
def | __init__ |
|
def | advance |
|
def | current |
|
def | checkpoint |
|
def | to_json |
|
def | from_json |
|
|
string | PREVIOUS_INPUT_INDEX = 'input_index' |
|
string | PREVIOUS_OFFSET = 'previous' |
|
string | INDEX = 'index' |
|
Special FilesStream for the first FileFormat
def google.appengine.ext.mapreduce.file_format_root._RootFilesStream.__init__ |
( |
|
self, |
|
|
|
index, |
|
|
|
file_format_root, |
|
|
|
offset = 0 , |
|
|
|
input_index = 0 |
|
) |
| |
Init.
Args:
index: the index of this stream within the FileFormatRoot.
file_format_root: the FileFormatRoot this stream should talk to.
offset: the offset to start reading current file.
input_index: index of the next input file to read.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/mapreduce/file_format_root.py