Package com.google.gerrit.server.git
Interface ChangesByProjectCache
-
- All Known Implementing Classes:
ChangesByProjectCacheImpl
,SearchingChangeCacheImpl
public interface ChangesByProjectCache
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ChangesByProjectCache.Module
static class
ChangesByProjectCache.UseIndex
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<ChangeData>
streamChangeDatas(Project.NameKey project, org.eclipse.jgit.lib.Repository repository)
Stream changeDatas for the project
-
-
-
Method Detail
-
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
-
-