Uses of Class
org.apache.jackrabbit.oak.segment.tool.check.CheckHelper.Builder
Packages that use CheckHelper.Builder
-
Uses of CheckHelper.Builder in org.apache.jackrabbit.oak.segment.tool.check
Methods in org.apache.jackrabbit.oak.segment.tool.check that return CheckHelper.BuilderModifier and TypeMethodDescriptionstatic CheckHelper.Builder
CheckHelper.builder()
Create a builder for theCheckHelper
.CheckHelper.Builder.withCheckBinaries
(boolean checkBinaries) Instruct the command to scan the full content of binary properties.CheckHelper.Builder.withCheckHead
(boolean checkHead) Instruct the command to check head state.CheckHelper.Builder.withCheckpoints
(Set<String> checkpoints) Instruct the command to check specified checkpoints.CheckHelper.Builder.withDebugInterval
(long debugInterval) Number of seconds between successive debug print statements.CheckHelper.Builder.withErrWriter
(PrintWriter errWriter) The text error stream writer used to print erroneous output.CheckHelper.Builder.withFailFast
(boolean failFast) CheckHelper.Builder.withFilterPaths
(Set<String> filterPaths) Content paths to be checked.CheckHelper.Builder.withOutWriter
(PrintWriter outWriter) The text output stream writer used to print normal output.CheckHelper.Builder.withRevisionsCount
(Integer revisionsCount) Instruct the command to check only the lastrevisionsCount
revisions.