Class AllChangesIndexer.ProjectSlice
- java.lang.Object
-
- com.google.gerrit.server.index.change.AllChangesIndexer.ProjectSlice
-
- Enclosing class:
- AllChangesIndexer
public abstract static class AllChangesIndexer.ProjectSlice extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectSlice()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Project.NameKey
name()
abstract ChangeNotes.Factory.ScanResult
scanResult()
abstract int
slice()
abstract int
slices()
-
-
-
Method Detail
-
name
public abstract Project.NameKey name()
-
slice
public abstract int slice()
-
slices
public abstract int slices()
-
scanResult
public abstract ChangeNotes.Factory.ScanResult scanResult()
-
-