Class VersionGCRecommendations
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.VersionGCRecommendations
-
public class VersionGCRecommendations extends Object
Gives a recommendation about parameters for the next revision garbage collection run.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(VersionGarbageCollector.VersionGCStats stats)
Evaluate the results of the last run.
-
-
-
Method Detail
-
evaluate
public void evaluate(VersionGarbageCollector.VersionGCStats stats)
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
-
-