| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.tool |
| Modifier and Type | Method and Description |
|---|---|
static SegmentGraph.Builder |
SegmentGraph.builder()
Create a builder for the
SegmentGraph command. |
SegmentGraph.Builder |
SegmentGraph.Builder.withEpoch(Date epoch)
Filter out segments that were created before the specified epoch.
|
SegmentGraph.Builder |
SegmentGraph.Builder.withFilter(String filter)
A regular expression that can be used to select a specific subset of
the segments.
|
SegmentGraph.Builder |
SegmentGraph.Builder.withOutput(OutputStream out)
The destination of the output of the command.
|
SegmentGraph.Builder |
SegmentGraph.Builder.withPath(File path)
The path to an existing segment store.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.