Home | History | Annotate | Download | only in testserver

Lines Matching refs:batch

467       next query.  Entries is the batch of entries meeting the current
469 left on the server after this batch.
480 batch = new_changes[:self._BATCH_SIZE]
481 if not batch:
485 # Restrict batch to requested types. Tombstones are untyped
487 filtered = [DeepCopyOfProto(item) for item in batch
491 # batch, even if that item was filtered out.
492 return (batch[-1].version, filtered, len(new_changes) - len(batch))
557 A commit batch sent by a client may contain new items for which the
558 server has not generated IDs yet. And within a commit batch, later
561 to items whose server IDs were generated earlier in the batch.
568 IDs, for any items committed earlier in the batch.
794 batch_failure = True # One failure halts the batch.