google.appengine.datastore.datastore_stub_util.EntityGroupMetaData

The meta_data assoicated with an entity group.

Inherits From: expected_type

Methods

CatchUp

View source

Applies all outstanding txns.

Log

View source

Add a pending transaction to this entity group.

Requires that the caller hold the meta data lock. This also increments the current log position and clears the snapshot cache.

Unlog

View source

Remove the first pending transaction from the apply queue.

Requires that the caller hold the meta data lock. This checks that the first pending transaction is indeed txn.

__eq__

View source

Return self==value.

__ge__

Return a >= b. Computed by @total_ordering from (not a < b).

__gt__

Return a > b. Computed by @total_ordering from (not a < b) and (a != b).

__le__

Return a <= b. Computed by @total_ordering from (a < b) or (a == b).

__lt__

View source

Return self<value.