Uses of Class
org.apache.jackrabbit.oak.segment.azure.tool.AzureCompact.Builder
Packages that use AzureCompact.Builder
-
Uses of AzureCompact.Builder in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return AzureCompact.BuilderModifier and TypeMethodDescriptionstatic AzureCompact.BuilderAzureCompact.builder()Create a builder for theCompactcommand.AzureCompact.Builder.withCompactorType(org.apache.jackrabbit.oak.segment.compaction.SegmentGCOptions.CompactorType compactorType) The compactor type to be used by compaction.AzureCompact.Builder.withConcurrency(int concurrency) The number of threads to be used for compaction.AzureCompact.Builder.withDestinationBlobContainerClient(com.azure.storage.blob.BlobContainerClient destinationBlobContainerClient) AzureCompact.Builder.withForce(boolean force) Whether to fail if run on an older version of the store of force upgrading its format.AzureCompact.Builder.withGarbageThresholdGb(int garbageThresholdGb) The minimum garbage size in GB for the compaction to run.AzureCompact.Builder.withGarbageThresholdPercentage(int garbageThresholdPercentage) The minimum garbage size in percentage for the compaction to run.AzureCompact.Builder.withGCLogInterval(long gcLogInterval) The number of nodes after which an update about the compaction process is logged.AzureCompact.Builder.withGCType(org.apache.jackrabbit.oak.segment.compaction.SegmentGCOptions.GCType gcType) The garbage collection type used.The path (URI) to an existing segment store.AzureCompact.Builder.withPersistentCachePath(String persistentCachePath) The path where segments in the persistent cache will be stored.AzureCompact.Builder.withPersistentCacheSizeGb(Integer persistentCacheSizeGb) The maximum size in GB of the persistent disk cache.AzureCompact.Builder.withRootPrefix(String rootPrefix) The root directory to an existing segment store.AzureCompact.Builder.withSegmentCacheSize(int segmentCacheSize) The size of the segment cache in MB.AzureCompact.Builder.withSourceBlobContainerClient(com.azure.storage.blob.BlobContainerClient sourceBlobContainerClient) AzureCompact.Builder.withTargetPath(String targetPath) The path (URI) to the target segment store.AzureCompact.Builder.withTargetRootPrefix(String targetRootPrefix) The root directory to the target segment store.