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