Class StalenessChecker
- java.lang.Object
-
- com.google.gerrit.server.index.project.StalenessChecker
-
public class StalenessChecker extends Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StalenessCheckResult
check(Project.NameKey project)
Returns aStalenessCheckResult
with structured information about staleness of the providedProject.NameKey
.
-
-
-
Method Detail
-
check
public StalenessCheckResult check(Project.NameKey project)
Returns aStalenessCheckResult
with structured information about staleness of the providedProject.NameKey
.
-
-