Package com.google.gerrit.server.git
Interface ChangesByProjectCache
- All Known Implementing Classes:
- ChangesByProjectCacheImpl,- SearchingChangeCacheImpl
public interface ChangesByProjectCache
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classstatic enum
- 
Method SummaryModifier and TypeMethodDescriptionstreamChangeDatas(Project.NameKey project, org.eclipse.jgit.lib.Repository repository) Stream changeDatas for the project
- 
Method Details- 
streamChangeDatasStream<ChangeData> streamChangeDatas(Project.NameKey project, org.eclipse.jgit.lib.Repository repository) throws IOException Stream changeDatas for the project- Parameters:
- project- project to read.
- repository- repository for the project to read.
- Returns:
- Stream of known changes; empty if no changes.
- Throws:
- IOException
 
 
-