| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.azure.tool |
| Modifier and Type | Method and Description |
|---|---|
static SegmentCopy.Builder |
SegmentCopy.builder()
Create a builder for the
SegmentCopy command. |
SegmentCopy.Builder |
SegmentCopy.Builder.withDestination(String destination)
The destination path/URI to an existing segment store.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withDestPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence destPersistence)
The destination
SegmentNodeStorePersistence. |
SegmentCopy.Builder |
SegmentCopy.Builder.withErrWriter(PrintWriter errWriter)
The text error stream writer used to print erroneous output.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withOutWriter(PrintWriter outWriter)
The text output stream writer used to print normal output.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withRevisionsCount(Integer revisionsCount)
The last
revisionsCount revisions to be copied. |
SegmentCopy.Builder |
SegmentCopy.Builder.withSource(String source)
The source path/URI to an existing segment store.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withSrcPersistencee(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence srcPersistence)
The destination
SegmentNodeStorePersistence. |
| Constructor and Description |
|---|
SegmentCopy(SegmentCopy.Builder builder) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.