Uses of Class
org.apache.jackrabbit.oak.segment.azure.tool.AzureCompact.Builder
-
Packages that use AzureCompact.Builder Package Description org.apache.jackrabbit.oak.segment.azure.tool -
-
Uses of AzureCompact.Builder in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return AzureCompact.Builder Modifier and Type Method Description static AzureCompact.BuilderAzureCompact. builder()Create a builder for theCompactcommand.AzureCompact.BuilderAzureCompact.Builder. withForce(boolean force)Whether to fail if run on an older version of the store of force upgrading its format.AzureCompact.BuilderAzureCompact.Builder. withGCLogInterval(long gcLogInterval)The number of nodes after which an update about the compaction process is logged.AzureCompact.BuilderAzureCompact.Builder. withPath(String path)The path (URI) to an existing segment store.AzureCompact.BuilderAzureCompact.Builder. withSegmentCacheSize(int segmentCacheSize)The size of the segment cache in MB.
-