Class VersionGCRecommendations
java.lang.Object
org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations
Gives a recommendation about parameters for the next revision garbage collection run.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Evaluate the results of the last run.
-
Method Details
-
evaluate
Evaluate the results of the last run. Update recommendations for future runs. Will setVersionGarbageCollector.VersionGCStats.needRepeat
if collection needs to run another iteration for collecting documents up to "now".- Parameters:
stats
- the statistics from the last run
-