Class StalenessChecker
java.lang.Object
com.google.gerrit.server.index.project.StalenessChecker
Checker that compares values stored in the project index to metadata in NoteDb to detect index
documents that should have been updated (= stale).
-
Method Summary
Modifier and TypeMethodDescriptioncheck(Project.NameKey project) Returns aStalenessCheckResultwith structured information about staleness of the providedProject.NameKey.
-
Method Details
-
check
Returns aStalenessCheckResultwith structured information about staleness of the providedProject.NameKey.
-