RevisionStore: Introduce getContentBlobsForBatch
authordaniel <dkinzler@wikimedia.org>
Thu, 26 Sep 2019 12:23:40 +0000 (14:23 +0200)
committerPetr Pchelko <ppchelko@wikimedia.org>
Fri, 27 Sep 2019 18:15:06 +0000 (11:15 -0700)
getContentBlobsForBatch provides a more low level interface than
newRevisionsFromBatch, allowing bulk access to serialized content
without the need to instantiate Title, RevisionRecord, RevisionSlots,
SlotRecord, and Content objects.

Bug: T228675
Bug: T234034
Change-Id: I8481ad211e2d9f11bc10ea10c16e78b74538d95b


No differences found