Uses of Class
org.apache.jackrabbit.oak.plugins.document.VersionGCOptions
-
Packages that use VersionGCOptions Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of VersionGCOptions in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return VersionGCOptions Modifier and Type Method Description VersionGCOptionsVersionGarbageCollector. getOptions()VersionGCOptionsVersionGCOptions. withCollectLimit(long limit)Sets the absolute limit on number of resource ids collected in one run.VersionGCOptionsVersionGCOptions. withDelayFactor(double f)Set a delay factor between batched database modifications.VersionGCOptionsVersionGCOptions. withMaxDuration(TimeUnit unit, long t)Set the maximum duration in elapsed time that the garbage collection shall take.VersionGCOptionsVersionGCOptions. withMaxIterations(int max)Set the maximum number of iterations that shall be attempted in a single run.VersionGCOptionsVersionGCOptions. withOverflowToDiskThreshold(int overflowToDiskThreshold)Set the limit of number of resource id+_modified strings (not length) held in memory during a collection run.VersionGCOptionsVersionGCOptions. withPrecisionMs(TimeUnit unit, long t)Set the minimum duration that is used for time based searches.Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type VersionGCOptions Modifier and Type Method Description voidVersionGarbageCollector. setOptions(VersionGCOptions options)
-