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.file_formats._ZipFormat Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.file_formats._ZipFormat:
google.appengine.ext.mapreduce.file_formats.FileFormat

Public Member Functions

def get_next
 
def can_split
 
def split
 
- Public Member Functions inherited from google.appengine.ext.mapreduce.file_formats.FileFormat
def __init__
 
def get_current_file
 
def get_index
 
def increment_index
 
def get_cache
 
def default_instance
 
def __repr__
 
def __str__
 
def checkpoint
 
def to_json
 
def from_json
 
def can_split
 
def split
 
def __iter__
 
def preprocess
 
def next
 
def get_next
 

Static Public Attributes

string NAME = 'zip'
 
int DEFAULT_INDEX_VALUE = 0
 
- Static Public Attributes inherited from google.appengine.ext.mapreduce.file_formats.FileFormat
tuple ARGUMENTS = set()
 
string NAME = '_file'
 

Detailed Description

Read member files of zipfile.

Member Function Documentation

def google.appengine.ext.mapreduce.file_formats._ZipFormat.can_split (   cls)
Inherited.
def google.appengine.ext.mapreduce.file_formats._ZipFormat.get_next (   self)
Inherited.
def google.appengine.ext.mapreduce.file_formats._ZipFormat.split (   cls,
  desired_size,
  start_index,
  opened_file,
  cache 
)
Inherited.

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