Class AwsCompact
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.aws.tool.AwsCompact
-
public class AwsCompact extends Object
Perform an offline compaction of an existing AWS Segment Store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAwsCompact.BuilderCollect options for theCompactcommand.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCompact.Builderbuilder()Create a builder for theCompactcommand.intrun()
-
-
-
Method Detail
-
builder
public static AwsCompact.Builder builder()
Create a builder for theCompactcommand.- Returns:
- an instance of
AwsCompact.Builder.
-
run
public int run() throws IOException- Throws:
IOException
-
-