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.admin.DatastoreStatsHandler Class Reference
Inheritance diagram for google.appengine.ext.admin.DatastoreStatsHandler:
google.appengine.ext.admin.BaseRequestHandler google.appengine.ext.webapp._webapp25.RequestHandler

Public Member Functions

def get
 
def post
 
def generate_stats
 
- Public Member Functions inherited from google.appengine.ext.admin.BaseRequestHandler
def generate
 
def base_path
 
def filter_url
 
def in_production
 
def interactive_console_enabled
 
- Public Member Functions inherited from google.appengine.ext.webapp._webapp25.RequestHandler
def initialize
 
def get
 
def post
 
def head
 
def options
 
def put
 
def delete
 
def trace
 
def error
 
def redirect
 
def handle_exception
 
def new_factory
 
def get_url
 

Static Public Attributes

string PATH = '/datastore_stats'
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.ext.webapp._webapp25.RequestHandler
 request
 
 response
 

Detailed Description

Allows computation of datastore stats.

Member Function Documentation

def google.appengine.ext.admin.DatastoreStatsHandler.generate_stats (   self,
  _app = None 
)
Generate datastore stats.
def google.appengine.ext.admin.DatastoreStatsHandler.get (   self)
Shows Datastore Stats generator button.
def google.appengine.ext.admin.DatastoreStatsHandler.post (   self)
Handle actions and redirect to GET page.

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