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

Public Member Functions

def __init__
 
def merge
 
def flush
 

Detailed Description

An MR pool to aggregation type information per kind.

Constructor & Destructor Documentation

def google.appengine.ext.datastore_admin.backup_handler.SchemaAggregationPool.__init__ (   self,
  backup_id,
  kind,
  shard_id 
)
Construct SchemaAggregationPool instance.

Args:
  backup_id: Required BackupInformation Key.
  kind: Required kind name as string.
  shard_id: Required shard id as string.

Member Function Documentation

def google.appengine.ext.datastore_admin.backup_handler.SchemaAggregationPool.flush (   self)
Save aggregated type information to the datastore if changed.
def google.appengine.ext.datastore_admin.backup_handler.SchemaAggregationPool.merge (   self,
  entity_type_info 
)
Merge EntityTypeInfo into aggregated type information.

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