Package com.google.gerrit.server.change
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 Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ChangeKindCacheImpl.Key
create(org.eclipse.jgit.lib.AnyObjectId prior, org.eclipse.jgit.lib.AnyObjectId next, String strategyName)
abstract org.eclipse.jgit.lib.ObjectId
next()
abstract org.eclipse.jgit.lib.ObjectId
prior()
abstract String
strategyName()
-
-
-
Method Detail
-
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()
-
-