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.datastore.datastore_stats_generator.DatastoreStatsProcessor Class Reference
Inheritance diagram for google.appengine.datastore.datastore_stats_generator.DatastoreStatsProcessor:

Public Member Functions

def __init__
 
def Run
 
def Report
 

Public Attributes

 app_id
 
 whole_app_stats
 
 namespace_stats
 
 found_non_empty_namespace
 
 old_stat_keys
 
 timestamp
 
 written
 

Detailed Description

Generates datastore stats for an app's an datastore entities.

Member Function Documentation

def google.appengine.datastore.datastore_stats_generator.DatastoreStatsProcessor.Report (   self)
Produce a small report about the result.
def google.appengine.datastore.datastore_stats_generator.DatastoreStatsProcessor.Run (   self)
Scans the datastore, computes new stats and writes them.

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