![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | SetClassificationMap |
A High Replication Datastore consiseny policy based on elapsed time. This class tries to simulate performance seen in the high replication datastore using estimated probabilities of a transaction commiting after a given amount of time.
def google.appengine.datastore.datastore_stub_util.TimeBasedHRConsistencyPolicy.SetClassificationMap | ( | self, | |
classification_map | |||
) |
Set the probability a txn will be applied after a given amount of time. Args: classification_map: A list of tuples containing (float between 0 and 1, number of miliseconds) that define the probability of a transaction applying after a given amount of time.