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 Details

    • ProjectSlice

      public ProjectSlice()
  • Method Details

    • name

      public abstract Project.NameKey name()
    • slice

      public abstract int slice()
    • slices

      public abstract int slices()
    • metaIdByChange

      public abstract com.google.common.collect.ImmutableMap<Change.Id,org.eclipse.jgit.lib.ObjectId> metaIdByChange()