Class ChangeKindCacheImpl.Key

java.lang.Object
com.google.gerrit.server.change.ChangeKindCacheImpl.Key
Enclosing class:
ChangeKindCacheImpl

public abstract static class ChangeKindCacheImpl.Key extends Object
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • create

      public static ChangeKindCacheImpl.Key create(org.eclipse.jgit.lib.AnyObjectId prior, org.eclipse.jgit.lib.AnyObjectId next, String strategyName)
    • prior

      public abstract org.eclipse.jgit.lib.ObjectId prior()
    • next

      public abstract org.eclipse.jgit.lib.ObjectId next()
    • strategyName

      public abstract String strategyName()