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.mapreduce.operation.counters.Increment Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.operation.counters.Increment:
google.appengine.ext.mapreduce.operation.base.Operation

Public Member Functions

def __init__
 
def __call__
 
- Public Member Functions inherited from google.appengine.ext.mapreduce.operation.base.Operation
def __call__
 

Public Attributes

 counter_name
 
 delta
 

Detailed Description

Increment counter operation.

Constructor & Destructor Documentation

def google.appengine.ext.mapreduce.operation.counters.Increment.__init__ (   self,
  counter_name,
  delta = 1 
)
Constructor.

Args:
  counter_name: name of the counter as string
  delta: increment delta as int.

Member Function Documentation

def google.appengine.ext.mapreduce.operation.counters.Increment.__call__ (   self,
  context 
)
Execute operation.

Args:
  context: mapreduce context as context.Context.

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