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