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 aStalenessCheckResult
with structured information about staleness of the providedProject.NameKey
.
-
Method Details
-
check
Returns aStalenessCheckResult
with structured information about staleness of the providedProject.NameKey
.
-