Increment counter operation.
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.
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:
- code/googleappengine-read-only/python/google/appengine/ext/mapreduce/operation/counters.py