Class Sequences


  • public class Sequences
    extends Object
    • Method Detail

      • getChangeSequenceGap

        public static int getChangeSequenceGap​(org.eclipse.jgit.lib.Config cfg)
      • nextAccountId

        public int nextAccountId()
                          throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • nextChangeId

        public int nextChangeId()
                         throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • nextChangeIds

        public com.google.common.collect.ImmutableList<Integer> nextChangeIds​(int count)
                                                                       throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • getChangeIdRepoSequence

        public RepoSequence getChangeIdRepoSequence()