| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Method and Description |
|---|---|
VersionGCOptions |
VersionGarbageCollector.getOptions() |
VersionGCOptions |
VersionGCOptions.withCollectLimit(long limit)
Sets the absolute limit on number of resource ids collected in one run.
|
VersionGCOptions |
VersionGCOptions.withDelayFactor(double f)
Set a delay factor between batched database modifications.
|
VersionGCOptions |
VersionGCOptions.withMaxDuration(TimeUnit unit,
long t)
Set the maximum duration in elapsed time that the garbage collection shall take.
|
VersionGCOptions |
VersionGCOptions.withMaxIterations(int max)
Set the maximum number of iterations that shall be attempted in a single run.
|
VersionGCOptions |
VersionGCOptions.withOverflowToDiskThreshold(int overflowToDiskThreshold)
Set the limit of number of resource id+_modified strings (not length) held in memory during
a collection run.
|
VersionGCOptions |
VersionGCOptions.withPrecisionMs(TimeUnit unit,
long t)
Set the minimum duration that is used for time based searches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionGarbageCollector.setOptions(VersionGCOptions options) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.