Class AzureCompact
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.azure.tool.AzureCompact
-
public class AzureCompact extends Object
Perform an offline compaction of an existing Azure Segment Store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureCompact.Builder
Collect options for theCompact
command.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzureCompact.Builder
builder()
Create a builder for theCompact
command.int
run()
-
-
-
Method Detail
-
builder
public static AzureCompact.Builder builder()
Create a builder for theCompact
command.- Returns:
- an instance of
AzureCompact.Builder
.
-
run
public int run() throws IOException, URISyntaxException
- Throws:
IOException
URISyntaxException
-
-