An MR pool to aggregation type information per kind.
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.
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:
- code/googleappengine-read-only/python/google/appengine/ext/datastore_admin/backup_handler.py