public class Sequences
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FIRST_ACCOUNT_ID |
static int |
FIRST_CHANGE_ID |
static int |
FIRST_GROUP_ID |
static java.lang.String |
NAME_ACCOUNTS |
static java.lang.String |
NAME_CHANGES |
static java.lang.String |
NAME_GROUPS |
Constructor and Description |
---|
Sequences(org.eclipse.jgit.lib.Config cfg,
GitRepositoryManager repoManager,
GitReferenceUpdated gitRefUpdated,
AllProjectsName allProjects,
AllUsersName allUsers,
com.google.gerrit.metrics.MetricMaker metrics) |
Modifier and Type | Method and Description |
---|---|
int |
nextAccountId() |
int |
nextChangeId() |
com.google.common.collect.ImmutableList<java.lang.Integer> |
nextChangeIds(int count) |
int |
nextGroupId() |
public static final java.lang.String NAME_ACCOUNTS
public static final java.lang.String NAME_GROUPS
public static final java.lang.String NAME_CHANGES
public static final int FIRST_ACCOUNT_ID
public static final int FIRST_GROUP_ID
public static final int FIRST_CHANGE_ID
@Inject public Sequences(org.eclipse.jgit.lib.Config cfg, GitRepositoryManager repoManager, GitReferenceUpdated gitRefUpdated, AllProjectsName allProjects, AllUsersName allUsers, com.google.gerrit.metrics.MetricMaker metrics)