![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __getstate__ |
def | next |
![]() | |
def | __init__ |
def | validate |
def | split_input |
def | from_json |
def | to_json |
def | next |
def | __str__ |
![]() | |
def | __iter__ |
def | next |
def | from_json |
def | to_json |
def | split_input |
def | validate |
![]() | |
def | to_json_str |
def | from_json_str |
Additional Inherited Members | |
![]() | |
string | BUCKET_NAME_PARAM = "bucket_name" |
string | OBJECT_NAMES_PARAM = "objects" |
string | BUFFER_SIZE_PARAM = "buffer_size" |
string | DELIMITER_PARAM = "delimiter" |
![]() | |
expand_parameters = False | |
string | NAMESPACE_PARAM = "namespace" |
string | NAMESPACES_PARAM = "namespaces" |
Read data from a Google Cloud Storage file using LevelDB format. See the _GoogleCloudStorageOutputWriter for additional configuration options.
def google.appengine.ext.mapreduce.input_readers._GoogleCloudStorageRecordInputReader.next | ( | self | ) |
Returns the next input from this input reader, a record. Returns: The next input from this input reader in the form of a record read from an LevelDB file. Raises: StopIteration: The ordered set records has been exhausted.