| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.tool |
| Modifier and Type | Method and Description |
|---|---|
static Diff.Builder |
Diff.builder()
Create a builder for the
Diff 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.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.