Uses of Class
org.apache.jackrabbit.oak.segment.tool.Diff.Builder
-
Packages that use Diff.Builder Package Description org.apache.jackrabbit.oak.segment.tool -
-
Uses of Diff.Builder in org.apache.jackrabbit.oak.segment.tool
Methods in org.apache.jackrabbit.oak.segment.tool that return Diff.Builder Modifier and Type Method Description static Diff.Builder
Diff. builder()
Create a builder for theDiff
command.Diff.Builder
Diff.Builder. withFilter(String filter)
The path to a subtree.Diff.Builder
Diff.Builder. withIgnoreMissingSegments(boolean ignoreMissingSegments)
Whether to ignore exceptions caused by missing segments in the segment store.Diff.Builder
Diff.Builder. withIncremental(boolean incremental)
Set whether or not to perform an incremental diff of the specified interval.Diff.Builder
Diff.Builder. withInterval(String interval)
The two node records to diff specified as a record ID interval.Diff.Builder
Diff.Builder. withOutput(File file)
The file where the output of this command is stored.Diff.Builder
Diff.Builder. withPath(File path)
The path to an existing segment store.
-