Home | History | Annotate | Download | only in testserver

Lines Matching refs:timestamp

187           timestamp = marker.timestamp_token_for_migration
189 timestamp = int(marker.token)
191 timestamp = 0
193 raise ValueError("No timestamp information in progress marker.")
195 self._state[data_type] = timestamp
211 """Return true the smallest timestamp requested across all datatypes."""
215 """Return a list of datatypes requesting updates from timestamp zero."""
216 return [datatype for datatype, timestamp in self._state.iteritems()
217 if timestamp == 0]
294 # both as the per-entry version as well as the update-progress timestamp.
466 timestamp value, which should be used as the starting point for the
468 timestamp query. Changes_remaining indicates the number of changes
490 # The new client timestamp is the timestamp of the last item in the
760 print ('%s GetUpdates from timestamp %d' %