Lines Matching refs:batch
756 next query. Entries is the batch of entries meeting the current
758 left on the server after this batch.
778 batch = new_changes[:self._BATCH_SIZE]
779 if not batch:
783 # Restrict batch to requested types. Tombstones are untyped
785 filtered = [copy.deepcopy(item) for item in batch
789 # batch, even if that item was filtered out.
790 return (batch[-1].version, filtered, len(new_changes) - len(batch))
860 A commit batch sent by a client may contain new items for which the
861 server has not generated IDs yet. And within a commit batch, later
864 to items whose server IDs were generated earlier in the batch.
871 IDs, for any items committed earlier in the batch.
890 """Raise an exception if a commit batch contains any global errors.
1619 batch_failure = True # One failure halts the batch.