Uses of Class
org.apache.jackrabbit.oak.segment.compaction.SegmentGCOptions.CompactorType
-
-
Uses of SegmentGCOptions.CompactorType in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type SegmentGCOptions.CompactorType Modifier and Type Method Description static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency)AwsCompact.BuilderAwsCompact.Builder. withCompactorType(SegmentGCOptions.CompactorType compactorType)The compactor type to be used by compaction. -
Uses of SegmentGCOptions.CompactorType in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool with parameters of type SegmentGCOptions.CompactorType Modifier and Type Method Description static FileStoreToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType)static FileStoreToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency)AzureCompact.BuilderAzureCompact.Builder. withCompactorType(SegmentGCOptions.CompactorType compactorType)The compactor type to be used by compaction. -
Uses of SegmentGCOptions.CompactorType in org.apache.jackrabbit.oak.segment.compaction
Methods in org.apache.jackrabbit.oak.segment.compaction that return SegmentGCOptions.CompactorType Modifier and Type Method Description static SegmentGCOptions.CompactorTypeSegmentGCOptions.CompactorType. fromDescription(String description)SegmentGCOptions.CompactorTypeSegmentGCOptions. getCompactorType()static SegmentGCOptions.CompactorTypeSegmentGCOptions.CompactorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentGCOptions.CompactorType[]SegmentGCOptions.CompactorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.segment.compaction with parameters of type SegmentGCOptions.CompactorType Modifier and Type Method Description SegmentGCOptionsSegmentGCOptions. setCompactorType(SegmentGCOptions.CompactorType compactorType)Sets the compactor type to be used for compaction -
Uses of SegmentGCOptions.CompactorType in org.apache.jackrabbit.oak.segment.tool
Methods in org.apache.jackrabbit.oak.segment.tool with parameters of type SegmentGCOptions.CompactorType Modifier and Type Method Description Compact.BuilderCompact.Builder. withCompactorType(SegmentGCOptions.CompactorType compactorType)The compactor type to be used by compaction.
-