google.appengine.datastore.datastore_stub_util.TimeBasedHRConsistencyPolicy
Stay organized with collections
Save and categorize content based on your preferences.
This class tries to simulate performance seen in the high replication
datastore using estimated probabilities of a transaction committing after a
given amount of time.
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 milliseconds) that define the probability of a transaction
applying after a given amount of time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[],[]]