Package com.google.gerrit.server.git
Interface ChangesByProjectCache
- All Known Implementing Classes:
 ChangesByProjectCacheImpl,SearchingChangeCacheImpl
public interface ChangesByProjectCache
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic enum - 
Method Summary
Modifier and TypeMethodDescriptionstreamChangeDatas(Project.NameKey project, org.eclipse.jgit.lib.Repository repository) Stream changeDatas for the project 
- 
Method Details
- 
streamChangeDatas
Stream<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
 
 -