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

Public Member Functions

def __init__
 
def setup_stub
 
def map
 
- Public Member Functions inherited from google.appengine.ext.datastore_admin.copy_handler.CopyEntity
def map
 

Public Attributes

 remote_api_stub_initialized
 

Detailed Description

A class which contains a map handler to copy entities remotely.

The class manages the connection.

Member Function Documentation

def google.appengine.ext.datastore_admin.copy_handler.RemoteCopyEntity.map (   self,
  key 
)
Copy data map handler.

Args:
  key: Datastore entity key to copy.

Yields:
  A db operation to store the entity in the target app.
  An operation which updates max used ID if necessary.
  A counter operation incrementing the count for the entity kind.
def google.appengine.ext.datastore_admin.copy_handler.RemoteCopyEntity.setup_stub (   self)
Set up the remote API stub.

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