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