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 class
AwsCompact.Builder
Collect options for theCompact
command.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCompact.Builder
builder()
Create a builder for theCompact
command.int
run()
-
-
-
Method Detail
-
builder
public static AwsCompact.Builder builder()
Create a builder for theCompact
command.- Returns:
- an instance of
AwsCompact.Builder
.
-
run
public int run() throws IOException
- Throws:
IOException
-
-