Uses of Class
org.apache.jackrabbit.oak.segment.compaction.SegmentGCOptions
-
Packages that use SegmentGCOptions Package Description org.apache.jackrabbit.oak.segment.compaction org.apache.jackrabbit.oak.segment.file -
-
Uses of SegmentGCOptions in org.apache.jackrabbit.oak.segment.compaction
Methods in org.apache.jackrabbit.oak.segment.compaction that return SegmentGCOptions Modifier and Type Method Description static SegmentGCOptions
SegmentGCOptions. defaultGCOptions()
SegmentGCOptions
SegmentGCOptions. setEstimationDisabled(boolean disabled)
Disables the estimation phase, thus allowing GC to run every time.SegmentGCOptions
SegmentGCOptions. setForceTimeout(int timeout)
Set the number of seconds to attempt to force compact concurrent commits on top of already compacted commits after the maximum number of retries has been reached.SegmentGCOptions
SegmentGCOptions. setGCLogInterval(long gcLogInterval)
Set the number of nodes after which an update about the compaction process is logged.SegmentGCOptions
SegmentGCOptions. setGcSizeDeltaEstimation(long gcSizeDeltaEstimation)
SegmentGCOptions
SegmentGCOptions. setMemoryThreshold(int memoryThreshold)
Set the available memory threshold beyond which revision gc will be canceled.SegmentGCOptions
SegmentGCOptions. setOffline()
Enables the offline compaction mode, allowing for certain optimizations, like reducing the retained generation to 1.SegmentGCOptions
SegmentGCOptions. setPaused(boolean paused)
Set revision gc to paused.SegmentGCOptions
SegmentGCOptions. setRetainedGenerations(int retainedGenerations)
Set the number of segment generations to retain: each compaction run creates a new segment generation.SegmentGCOptions
SegmentGCOptions. setRetryCount(int retryCount)
Set the number of tries to compact concurrent commits on top of already compacted commitsConstructors in org.apache.jackrabbit.oak.segment.compaction with parameters of type SegmentGCOptions Constructor Description SegmentRevisionGCMBean(@NotNull FileStore fileStore, @NotNull SegmentGCOptions gcOptions, @NotNull FileStoreGCMonitor fileStoreGCMonitor)
-
Uses of SegmentGCOptions in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file with parameters of type SegmentGCOptions Modifier and Type Method Description @NotNull FileStoreBuilder
FileStoreBuilder. withGCOptions(SegmentGCOptions gcOptions)
SegmentGCOptions
the garbage collection options of the storeConstructors in org.apache.jackrabbit.oak.segment.file with parameters of type SegmentGCOptions Constructor Description GCMemoryBarrier(@NotNull AtomicBoolean sufficientMemory, @NotNull org.apache.jackrabbit.oak.segment.file.GCListener gcListener, @NotNull SegmentGCOptions gcOptions)
-