Class ModifiedFilesCacheKey
java.lang.Object
com.google.gerrit.server.patch.diff.ModifiedFilesCacheKey
Cache key for the 
ModifiedFilesCache- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic enum
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract org.eclipse.jgit.lib.ObjectIdaCommit()Returns the old commit ID used in the git tree diffabstract org.eclipse.jgit.lib.ObjectIdbCommit()Returns the new commit ID used in the git tree diffbuilder()abstract Project.NameKeyproject()A specific git project / repository.booleanabstract intPercentage score used to identify a file as a "rename".intweight()Returns the size of the object in bytes
- 
Constructor Details- 
ModifiedFilesCacheKeypublic ModifiedFilesCacheKey()
 
- 
- 
Method Details- 
projectA specific git project / repository.
- 
aCommitpublic abstract org.eclipse.jgit.lib.ObjectId aCommit()Returns the old commit ID used in the git tree diff
- 
bCommitpublic abstract org.eclipse.jgit.lib.ObjectId bCommit()Returns the new commit ID used in the git tree diff
- 
renameScorepublic abstract int renameScore()Percentage score used to identify a file as a "rename". A special value of -1 means that the computation will ignore renames and rename detection will be disabled.
- 
renameDetectionEnabledpublic boolean renameDetectionEnabled()
- 
weightpublic int weight()Returns the size of the object in bytes
- 
builder
 
-