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 classAzureCompact.BuilderCollect options for theCompactcommand.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzureCompact.Builderbuilder()Create a builder for theCompactcommand.intrun()
-
-
-
Method Detail
-
builder
public static AzureCompact.Builder builder()
Create a builder for theCompactcommand.- Returns:
- an instance of
AzureCompact.Builder.
-
run
public int run() throws IOException, URISyntaxException- Throws:
IOExceptionURISyntaxException
-
-