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