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