Class SearchingChangeCacheImpl

    • Method Detail

      • getChangeData

        public List<ChangeData> getChangeData​(ReviewDb db,
                                              Project.NameKey project)
        Read changes for the project from the secondary index.

        Returned changes only include the Change object (with id, branch) and the reviewers. Additional stored fields are not loaded from the index.

        Parameters:
        db - database handle to populate missing change data (probably unused).
        project - project to read.
        Returns:
        list of known changes; empty if no changes.